r18447 - gnucash/trunk/src/backend/xml/test - Fix compilation problem in test - I'm not really sure why this is now a problem. Perhaps

Phil Longstaff plongstaff at code.gnucash.org
Sun Nov 29 14:45:44 EST 2009


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

Modified:
   gnucash/trunk/src/backend/xml/test/test-dom-converters1.c
Log:
Fix compilation problem in test - I'm not really sure why this is now a problem.  Perhaps
libxml include files have changed between ubuntu 9.04 and 9.10.


Modified: gnucash/trunk/src/backend/xml/test/test-dom-converters1.c
===================================================================
--- gnucash/trunk/src/backend/xml/test/test-dom-converters1.c	2009-11-29 19:43:36 UTC (rev 18446)
+++ gnucash/trunk/src/backend/xml/test/test-dom-converters1.c	2009-11-29 19:45:43 UTC (rev 18447)
@@ -137,7 +137,7 @@
 
         test_spec2 = dom_tree_to_timespec(test_node);
 
-	if (!dom_tree_valid_timespec(&test_spec2, "test-spec"))
+	if (!dom_tree_valid_timespec(&test_spec2, (const xmlChar*)"test-spec"))
         {
             failure_args("dom_tree_to_timespec",
                          __FILE__, __LINE__, "NULL return");



More information about the gnucash-changes mailing list