Disable test-gnc-date until it can be thoroughly tested on a wider variety of compilers.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22214 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2012-06-10 22:14:35 +00:00
parent 36654ff81a
commit 784d846884

View File

@ -30,7 +30,7 @@ extern void test_suite_qofinstance();
extern void test_suite_kvp_frame();
extern void test_suite_qofobject();
extern void test_suite_qofsession();
extern void test_suite_gnc_date();
//extern void test_suite_gnc_date();
extern void test_suite_qof_string_cache();
int
@ -47,7 +47,7 @@ main (int argc,
test_suite_kvp_frame();
test_suite_qofobject();
test_suite_qofsession();
test_suite_gnc_date();
// test_suite_gnc_date();
test_suite_qof_string_cache();
return g_test_run( );