From 700508e6ab9fbccd3462599928555b7c07402433 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Fri, 17 Oct 2003 05:44:28 +0000 Subject: [PATCH] add a reminder to fix the failing testcases, (because of a minor test case error; need to specify backend before testing to see if an object is 'clean') git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9544 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-core/test/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/business/business-core/test/README diff --git a/src/business/business-core/test/README b/src/business/business-core/test/README new file mode 100644 index 0000000000..b79682416d --- /dev/null +++ b/src/business/business-core/test/README @@ -0,0 +1,15 @@ + + +This directory contains unit test cases for the core business objects. + +TODO +---- +Some of these test casees are failing on the 'dirty' test. +That's because the test cases are not setting up a backend. +An object cannot be marked 'clean' unless it has actually +been saved to a file or sql db. Until its saved, it lives in +perpetual dirtiness. Thus, the test cases need to specify +a backend, then do the commit, then test the dirty flag. + + +