r18448 - gnucash/trunk/src/engine/test - Fix test-resolve-file-path - results have changed now that resolve_file_path uses '_'

Phil Longstaff plongstaff at code.gnucash.org
Sun Nov 29 14:47:15 EST 2009


Author: plongstaff
Date: 2009-11-29 14:47:15 -0500 (Sun, 29 Nov 2009)
New Revision: 18448
Trac: http://svn.gnucash.org/trac/changeset/18448

Modified:
   gnucash/trunk/src/engine/test/test-resolve-file-path.c
Log:
Fix test-resolve-file-path - results have changed now that resolve_file_path uses '_'
instead of ',' for special characters.


Modified: gnucash/trunk/src/engine/test/test-resolve-file-path.c
===================================================================
--- gnucash/trunk/src/engine/test/test-resolve-file-path.c	2009-11-29 19:45:43 UTC (rev 18447)
+++ gnucash/trunk/src/engine/test/test-resolve-file-path.c	2009-11-29 19:47:15 UTC (rev 18448)
@@ -45,7 +45,7 @@
     { G_DIR_SEPARATOR_S "tmp" G_DIR_SEPARATOR_S "test-account-name2",
       G_DIR_SEPARATOR_S "tmp" G_DIR_SEPARATOR_S "test-account-name2", 0 },
     { "postgres://localhost/foo/bar",
-      G_DIR_SEPARATOR_S ".gnucash" G_DIR_SEPARATOR_S "data" G_DIR_SEPARATOR_S "postgres:,,localhost,foo,bar", 2 },
+      G_DIR_SEPARATOR_S ".gnucash" G_DIR_SEPARATOR_S "data" G_DIR_SEPARATOR_S "postgres___localhost_foo_bar", 2 },
     { "file:" G_DIR_SEPARATOR_S "tmp" G_DIR_SEPARATOR_S "test-account-name3",
       G_DIR_SEPARATOR_S "tmp" G_DIR_SEPARATOR_S "test-account-name3", 0 },
     { NULL, NULL, 0 },



More information about the gnucash-changes mailing list