mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
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:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user