r22214 - gnucash/trunk/src/libqof/qof/test - Disable test-gnc-date until it can be thoroughly tested on a wider variety of compilers.
    John Ralls 
    jralls at code.gnucash.org
       
    Sun Jun 10 18:14:36 EDT 2012
    
    
  
Author: jralls
Date: 2012-06-10 18:14:35 -0400 (Sun, 10 Jun 2012)
New Revision: 22214
Trac: http://svn.gnucash.org/trac/changeset/22214
Modified:
   gnucash/trunk/src/libqof/qof/test/test-qof.c
Log:
Disable test-gnc-date until it can be thoroughly tested on a wider variety of compilers.
Modified: gnucash/trunk/src/libqof/qof/test/test-qof.c
===================================================================
--- gnucash/trunk/src/libqof/qof/test/test-qof.c	2012-06-10 19:59:19 UTC (rev 22213)
+++ gnucash/trunk/src/libqof/qof/test/test-qof.c	2012-06-10 22:14:35 UTC (rev 22214)
@@ -30,7 +30,7 @@
 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 @@
     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( );
    
    
More information about the gnucash-changes
mailing list