[Gnucash-changes] r14049 - gnucash/trunk/src/engine/test - comment out test-period for the moment. :p

Joshua Sled jsled at cvs.gnucash.org
Sun May 14 17:05:24 EDT 2006


Author: jsled
Date: 2006-05-14 17:05:24 -0400 (Sun, 14 May 2006)
New Revision: 14049
Trac: http://svn.gnucash.org/trac/changeset/14049

Modified:
   gnucash/trunk/src/engine/test/Makefile.am
Log:
comment out test-period for the moment. :p

Modified: gnucash/trunk/src/engine/test/Makefile.am
===================================================================
--- gnucash/trunk/src/engine/test/Makefile.am	2006-05-14 19:32:31 UTC (rev 14048)
+++ gnucash/trunk/src/engine/test/Makefile.am	2006-05-14 21:05:24 UTC (rev 14049)
@@ -36,7 +36,6 @@
   test-create-account \
   test-group-vs-book \
   test-lots \
-  test-period \
   test-querynew \
   test-query \
   test-recursive \
@@ -48,8 +47,8 @@
   test-recurrence \
   test-scm-query \
   test-book-merge 
-  
- 
+# test-period
+
 GNC_TEST_DEPS := \
   --gnc-module-dir ${top_builddir}/src/gnc-module \
   --gnc-module-dir ${top_builddir}/src/engine \
@@ -76,7 +75,6 @@
   test-numeric \
   test-book-merge \
   test-object \
-  test-period \
   test-query \
   test-querynew \
   test-recursive \
@@ -85,7 +83,9 @@
   test-split-vs-account \
   test-transaction-reversal \
   test-transaction-voiding
+#  test-period
 
+
 test_link_SOURCES = test-link.c
 test_link_LDADD = ../libgncmod-engine.la ${QOF_LIBS}
 



More information about the gnucash-changes mailing list