mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
36654ff81a
commit
784d846884
@ -30,7 +30,7 @@ extern void test_suite_qofinstance();
|
|||||||
extern void test_suite_kvp_frame();
|
extern void test_suite_kvp_frame();
|
||||||
extern void test_suite_qofobject();
|
extern void test_suite_qofobject();
|
||||||
extern void test_suite_qofsession();
|
extern void test_suite_qofsession();
|
||||||
extern void test_suite_gnc_date();
|
//extern void test_suite_gnc_date();
|
||||||
extern void test_suite_qof_string_cache();
|
extern void test_suite_qof_string_cache();
|
||||||
|
|
||||||
int
|
int
|
||||||
@ -47,7 +47,7 @@ main (int argc,
|
|||||||
test_suite_kvp_frame();
|
test_suite_kvp_frame();
|
||||||
test_suite_qofobject();
|
test_suite_qofobject();
|
||||||
test_suite_qofsession();
|
test_suite_qofsession();
|
||||||
test_suite_gnc_date();
|
// test_suite_gnc_date();
|
||||||
test_suite_qof_string_cache();
|
test_suite_qof_string_cache();
|
||||||
|
|
||||||
return g_test_run( );
|
return g_test_run( );
|
||||||
|
Loading…
Reference in New Issue
Block a user