You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/03/22 06:20:40 UTC

svn commit: r387729 - /webservices/axis2/trunk/c/test/unit/util/util_test.c

Author: samisa
Date: Tue Mar 21 21:20:38 2006
New Revision: 387729

URL: http://svn.apache.org/viewcvs?rev=387729&view=rev
Log:
Fixed the problem of seg fault

Modified:
    webservices/axis2/trunk/c/test/unit/util/util_test.c

Modified: webservices/axis2/trunk/c/test/unit/util/util_test.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/util/util_test.c?rev=387729&r1=387728&r2=387729&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/util/util_test.c (original)
+++ webservices/axis2/trunk/c/test/unit/util/util_test.c Tue Mar 21 21:20:38 2006
@@ -7,8 +7,9 @@
 CuSuite* axis2_utilGetSuite() 
 {
     CuSuite* suite = CuSuiteNew();
-    
-    SUITE_ADD_TEST(suite, Testaxis2_class_loader_create_dll); 
+   
+    /* Samisa - need to remove this as we no longer have samples in the main build
+    SUITE_ADD_TEST(suite, Testaxis2_class_loader_create_dll); */
     SUITE_ADD_TEST(suite, Testaxis2_stream_write);
     SUITE_ADD_TEST(suite, Testaxis2_log_write);
     SUITE_ADD_TEST(suite, Testaxis2_hash_get);