[Gnucash-changes] r11833 - gnucash/trunk - Other changes needed to get 'make check' closer to working.

David Hampton hampton at cvs.gnucash.org
Fri Nov 4 18:38:01 EST 2005


Author: hampton
Date: 2005-11-04 18:38:00 -0500 (Fri, 04 Nov 2005)
New Revision: 11833

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/app-utils/test/test-load-module
   gnucash/trunk/src/import-export/qif/test/test-qif.c
Log:
Other changes needed to get 'make check' closer to working.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-04 23:36:07 UTC (rev 11832)
+++ gnucash/trunk/ChangeLog	2005-11-04 23:38:00 UTC (rev 11833)
@@ -1,3 +1,28 @@
+2005-11-04  David Hampton  <hampton at employees.org>
+
+	* src/import-export/qif/test/test-qif.c:
+	* src/app-utils/test/test-load-module: Other changes needed to get
+	'make check' closer to working.
+
+	* src/gnome-utils/test/Makefile.am: Remove GUI test cases from the
+	'TESTS' variable.  These tests will prevent 'make check' from
+	running unattended.
+
+	* src/import-export/qif/test/Makefile.am:
+	* src/import-export/test/Makefile.am:
+	* src/report/utility-reports/test/Makefile.am:
+	* src/report/locale-specific/us/test/Makefile.am:
+	* src/report/standard-reports/test/Makefile.am:
+	* src/report/stylesheets/test/Makefile.am:
+	* src/report/report-system/test/Makefile.am:
+	* src/business/business-core/test/Makefile.am:
+	* src/app-utils/test/Makefile.am: Include core-utils in the scheme
+	load path to allow some of the test cases run again.
+
+	* src/import-export/qif/qif-objects.c: Generate a new copy of the
+	amount string when copying a QIF split.  Prevents a double free
+	error when both the original and the copy split are destroyed.
+
 2005-11-03  David Hampton  <hampton at employees.org>
 
 	* src/business/business-gnome/gnc-plugin-page-invoice.c:

Modified: gnucash/trunk/src/app-utils/test/test-load-module
===================================================================
--- gnucash/trunk/src/app-utils/test/test-load-module	2005-11-04 23:36:07 UTC (rev 11832)
+++ gnucash/trunk/src/app-utils/test/test-load-module	2005-11-04 23:38:00 UTC (rev 11833)
@@ -8,7 +8,7 @@
 (if (gnc:module-load "gnucash/app-utils" 0)
     (begin    
       (if (and (procedure? gnc:error->string)
-               (procedure? gnc:c-options-init)
+               (procedure? gnc:guid-new)
 	       (macro? N_)
 	       (string=? (N_ "foobar") "foobar"))
           (exit 0)

Modified: gnucash/trunk/src/import-export/qif/test/test-qif.c
===================================================================
--- gnucash/trunk/src/import-export/qif/test/test-qif.c	2005-11-04 23:36:07 UTC (rev 11832)
+++ gnucash/trunk/src/import-export/qif/test/test-qif.c	2005-11-04 23:38:00 UTC (rev 11833)
@@ -94,7 +94,6 @@
 static void
 main_helper(void *closure, int argc, char **argv)
 {
-  gnc_module_load("gnucash/import-export", 0);
   qif_object_init();		/* XXX:FIXME */
   test_qif();
   print_test_results();



More information about the gnucash-changes mailing list