r15927 - gnucash/trunk - Actually load the correct module to test invalid dependencies.
Derek Atkins
warlord at cvs.gnucash.org
Wed Apr 18 19:22:53 EDT 2007
Author: warlord
Date: 2007-04-18 19:22:52 -0400 (Wed, 18 Apr 2007)
New Revision: 15927
Trac: http://svn.gnucash.org/trac/changeset/15927
Modified:
gnucash/trunk/
gnucash/trunk/src/gnc-module/test/test-incompatdep.c
Log:
Actually load the correct module to test invalid dependencies.
Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
- 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
57a11ea4-9604-0410-9ed3-97b8803252fd:/gnucash/branches/gobject-engine-dev-warlord:15827
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord:14369
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord1:14446
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14489
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
+ 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
57a11ea4-9604-0410-9ed3-97b8803252fd:/gnucash/branches/gobject-engine-dev-warlord:15827
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord:14369
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord1:14446
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14542
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
Modified: gnucash/trunk/src/gnc-module/test/test-incompatdep.c
===================================================================
--- gnucash/trunk/src/gnc-module/test/test-incompatdep.c 2007-04-18 22:22:32 UTC (rev 15926)
+++ gnucash/trunk/src/gnc-module/test/test-incompatdep.c 2007-04-18 23:22:52 UTC (rev 15927)
@@ -13,7 +13,7 @@
gnc_module_system_init();
- foo = gnc_module_load("gnucash/incompatdeps", 0);
+ foo = gnc_module_load("gnucash/incompatdep", 0);
if(!foo) {
printf(" ok\n");
More information about the gnucash-changes
mailing list