mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 04:04:07 -06:00
Other changes needed to get 'make check' closer to working.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11833 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d82e89c417
commit
0880c1b661
25
ChangeLog
25
ChangeLog
@ -1,3 +1,28 @@
|
||||
2005-11-04 David Hampton <hampton@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@employees.org>
|
||||
|
||||
* src/business/business-gnome/gnc-plugin-page-invoice.c:
|
||||
|
@ -8,7 +8,7 @@ exec guile -s "$0"
|
||||
(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)
|
||||
|
@ -94,7 +94,6 @@ test_qif(void)
|
||||
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();
|
||||
|
Loading…
Reference in New Issue
Block a user