You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by du...@apache.org on 2008/01/18 06:10:27 UTC

svn commit: r613055 - /webservices/axis2/trunk/c/util/test/properties/property_test.c

Author: dushshantha
Date: Thu Jan 17 21:10:26 2008
New Revision: 613055

URL: http://svn.apache.org/viewvc?rev=613055&view=rev
Log:
Applied the patch my Manoj as the fix for AXIS2C-911

Modified:
    webservices/axis2/trunk/c/util/test/properties/property_test.c

Modified: webservices/axis2/trunk/c/util/test/properties/property_test.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/properties/property_test.c?rev=613055&r1=613054&r2=613055&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/test/properties/property_test.c (original)
+++ webservices/axis2/trunk/c/util/test/properties/property_test.c Thu Jan 17 21:10:26 2008
@@ -5,7 +5,6 @@
 
 axutil_hash_t* all_properties = NULL;
 axis2_char_t* cur = NULL;
-//axis2_char_t* cur1 = NULL;
 axis2_char_t* input_filename = "test.doc";
 axutil_env_t *env = NULL;
 axutil_properties_t * properties = NULL;
@@ -42,8 +41,6 @@
     }
     axutil_properties_read_next(cur);
     axutil_properties_set_property(properties,env, key, value);
-  //  cur1 = (axis2_char_t*)axutil_properties_read(input,env);
-  //  printf((char*)cur1);
     store_properties = axutil_properties_store(properties,env,output);
     if(!store_properties)
     {
@@ -72,7 +69,6 @@
     printf((char*)cur);
     printf("The test is success\n");
     }
-  //  axutil_properties_free(properties,env); 
     return AXIS2_SUCCESS;
 }
 
@@ -91,6 +87,7 @@
     axutil_env_free(env);
     return 0;
 }
+
 
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org