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 2006/01/11 16:31:10 UTC

svn commit: r368041 - /webservices/axis2/trunk/c/test/core/description/test_description.c

Author: damitha
Date: Wed Jan 11 07:31:06 2006
New Revision: 368041

URL: http://svn.apache.org/viewcvs?rev=368041&view=rev
Log:
error fixed

Modified:
    webservices/axis2/trunk/c/test/core/description/test_description.c

Modified: webservices/axis2/trunk/c/test/core/description/test_description.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/description/test_description.c?rev=368041&r1=368040&r2=368041&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/description/test_description.c (original)
+++ webservices/axis2/trunk/c/test/core/description/test_description.c Wed Jan 11 07:31:06 2006
@@ -9,13 +9,13 @@
 
 int axis2_test_op_engage_module()
 {
-	struct axis2_op *op = axis2_op_create(&env);
     struct axis2_module_desc *moduleref= NULL;
 
 	axis2_status_t status = AXIS2_FAILURE;
     axis2_allocator_t *allocator = axis2_allocator_init (NULL);
 	axis2_env_t *env = axis2_env_create (allocator);
 
+	struct axis2_op *op = axis2_op_create(&env);
     moduleref = axis2_module_desc_create(&env);
 
     status = AXIS2_OP_ENGAGE_MODULE(op, &env, moduleref);