r17946 - gnucash/branches/2.2/src/engine/test - Disable test-lots for the release.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Feb 23 14:55:20 EST 2009


Author: andi5
Date: 2009-02-23 14:55:20 -0500 (Mon, 23 Feb 2009)
New Revision: 17946
Trac: http://svn.gnucash.org/trac/changeset/17946

Modified:
   gnucash/branches/2.2/src/engine/test/Makefile.am
Log:
Disable test-lots for the release.

test-lots is broken since r17862, a change unrelated to the test but
changing the random numbers used by it.  For more information, see
https://lists.gnucash.org/pipermail/gnucash-devel/2009-February/024754.html
and http://lists.gnucash.org/logs/2009/02/2009-02-22.html#T14:19:02.


Modified: gnucash/branches/2.2/src/engine/test/Makefile.am
===================================================================
--- gnucash/branches/2.2/src/engine/test/Makefile.am	2009-02-23 16:29:01 UTC (rev 17945)
+++ gnucash/branches/2.2/src/engine/test/Makefile.am	2009-02-23 19:55:20 UTC (rev 17946)
@@ -33,7 +33,6 @@
   test-create-account \
   test-account-object \
   test-group-vs-book \
-  test-lots \
   test-period \
   test-querynew \
   test-query \
@@ -45,6 +44,7 @@
   test-recurrence \
   test-scm-query \
   test-book-merge
+#  test-lots
 
 GNC_TEST_DEPS := \
   --gnc-module-dir ${top_builddir}/src/engine \



More information about the gnucash-changes mailing list