Remove loop, its a little unfriendly to run it a 10000 times.
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 2 Dec 2010 00:14:10 +0000 (01:14 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 2 Dec 2010 00:14:10 +0000 (01:14 +0100)
libcitadel/tests/stringbuf_test.c

index 84d79279d4e03c3aa5e578d925ba69f4f09213a8..960165f17a4d4fd37100abc2d1fc5250ae479740 100644 (file)
@@ -634,11 +634,11 @@ int main(int argc, char* argv[])
 
        if (argc > 0)
                Quiet = 1; // todo: -q ;-)
-       for (i=0; i< 100000; i++) {
+//     for (i=0; i< 100000; i++) {
        CU_set_output_filename("TestAutomated");
        if (CU_initialize_registry()) {
                printf("\nInitialize of test Registry failed.");
-       }
+//     }
        
        Run = CU_TRUE ;
        AddStrBufSimpleTests();