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 da...@apache.org on 2005/10/27 13:15:31 UTC

svn commit: r328855 - /webservices/axis2/trunk/c/modules/util/test/util_hash_test.c

Author: damitha
Date: Thu Oct 27 04:15:23 2005
New Revision: 328855

URL: http://svn.apache.org/viewcvs?rev=328855&view=rev
Log:
fixed a small bug

Modified:
    webservices/axis2/trunk/c/modules/util/test/util_hash_test.c

Modified: webservices/axis2/trunk/c/modules/util/test/util_hash_test.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/test/util_hash_test.c?rev=328855&r1=328854&r2=328855&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/test/util_hash_test.c (original)
+++ webservices/axis2/trunk/c/modules/util/test/util_hash_test.c Thu Oct 27 04:15:23 2005
@@ -7,10 +7,9 @@
 
 void Testaxis2_hash_ops_get(CuTest *tc)
 {
-	axis2_string_t *string = axis2_allocator_init (NULL);    
     axis2_allocator_t *allocator = axis2_allocator_init (NULL);
     axis2_environment_t *environment =
-        axis2_environment_create (allocator, NULL, NULL, NULL, string);
+        axis2_environment_create (allocator, NULL, NULL, NULL, NULL);
 
     axis2_hash_t *ht;
     a *actual, *expected;