[Gnucash-changes] r14062 - gnucash/trunk/src/engine/test - Re-enable test-period, as the lots-scrubbing code is commented out.

Joshua Sled jsled at cvs.gnucash.org
Sun May 14 18:25:46 EDT 2006


Author: jsled
Date: 2006-05-14 18:25:45 -0400 (Sun, 14 May 2006)
New Revision: 14062
Trac: http://svn.gnucash.org/trac/changeset/14062

Modified:
   gnucash/trunk/src/engine/test/Makefile.am
Log:
Re-enable test-period, as the lots-scrubbing code is commented out.

Modified: gnucash/trunk/src/engine/test/Makefile.am
===================================================================
--- gnucash/trunk/src/engine/test/Makefile.am	2006-05-14 21:57:58 UTC (rev 14061)
+++ gnucash/trunk/src/engine/test/Makefile.am	2006-05-14 22:25:45 UTC (rev 14062)
@@ -36,6 +36,7 @@
   test-create-account \
   test-group-vs-book \
   test-lots \
+  test-period \
   test-querynew \
   test-query \
   test-recursive \
@@ -47,7 +48,6 @@
   test-recurrence \
   test-scm-query \
   test-book-merge 
-# test-period
 
 GNC_TEST_DEPS := \
   --gnc-module-dir ${top_builddir}/src/gnc-module \
@@ -71,6 +71,7 @@
   test-guid \
   test-group-vs-book \
   test-load-engine \
+  test-period \
   test-lots \
   test-numeric \
   test-book-merge \
@@ -83,7 +84,6 @@
   test-split-vs-account \
   test-transaction-reversal \
   test-transaction-voiding
-#  test-period
 
 
 test_link_SOURCES = test-link.c



More information about the gnucash-changes mailing list