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
This commit is contained in:
Linas Vepstas
2003-10-17 05:44:28 +00:00
parent 17a730bd9a
commit 700508e6ab
+15
View File
@@ -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.