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 2005/12/06 09:02:35 UTC

svn commit: r354352 - /webservices/axis2/trunk/c/test/xml/om/test_om.c

Author: samisa
Date: Tue Dec  6 00:02:25 2005
New Revision: 354352

URL: http://svn.apache.org/viewcvs?rev=354352&view=rev
Log:
removed getchar

Modified:
    webservices/axis2/trunk/c/test/xml/om/test_om.c

Modified: webservices/axis2/trunk/c/test/xml/om/test_om.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/om/test_om.c?rev=354352&r1=354351&r2=354352&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/test_om.c (original)
+++ webservices/axis2/trunk/c/test/xml/om/test_om.c Tue Dec  6 00:02:25 2005
@@ -272,7 +272,6 @@
     test_om_build (file_name);
     test_om_serialize();
     axis2_env_free(environment); 
-    getchar();
     return 0;
  }