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 pi...@apache.org on 2007/03/29 16:32:02 UTC

svn commit: r523726 - in /webservices/axis2/trunk/c/test: core/addr/ core/context/ core/deployment/ core/description/ core/engine/ itest/ itest/whitemesa/round1/

Author: pini
Date: Thu Mar 29 07:31:59 2007
New Revision: 523726

URL: http://svn.apache.org/viewvc?view=rev&rev=523726
Log:
Fixing jira issue 313

Modified:
    webservices/axis2/trunk/c/test/core/addr/Makefile.am
    webservices/axis2/trunk/c/test/core/addr/test_addr.c
    webservices/axis2/trunk/c/test/core/context/Makefile.am
    webservices/axis2/trunk/c/test/core/deployment/Makefile.am
    webservices/axis2/trunk/c/test/core/description/Makefile.am
    webservices/axis2/trunk/c/test/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/itest/Makefile.am
    webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am

Modified: webservices/axis2/trunk/c/test/core/addr/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/addr/Makefile.am?view=diff&rev=523726&r1=523725&r2=523726
==============================================================================
--- webservices/axis2/trunk/c/test/core/addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/addr/Makefile.am Thu Mar 29 07:31:59 2007
@@ -10,6 +10,7 @@
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
+					$(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la \
 	                -L$(top_builddir)$(GUTHTHILA_LIBS) \
 	                $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/test/core/addr/test_addr.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/addr/test_addr.c?view=diff&rev=523726&r1=523725&r2=523726
==============================================================================
--- webservices/axis2/trunk/c/test/core/addr/test_addr.c (original)
+++ webservices/axis2/trunk/c/test/core/addr/test_addr.c Thu Mar 29 07:31:59 2007
@@ -155,7 +155,7 @@
 
 
     status = AXIS2_FAILURE;
-    status = axis2_msg_info_headers_free(axis2_msg_info_headers, env);
+   /* status = axis2_msg_info_headers_free(axis2_msg_info_headers, env);*/
     if (status)
         printf("SUCCESS axis2_msg_info_headers_free\n");
     else

Modified: webservices/axis2/trunk/c/test/core/context/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/context/Makefile.am?view=diff&rev=523726&r1=523725&r2=523726
==============================================================================
--- webservices/axis2/trunk/c/test/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/context/Makefile.am Thu Mar 29 07:31:59 2007
@@ -10,6 +10,7 @@
 						../../../axiom/src/om/libaxis2_axiom.la \
 						../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 						$(top_builddir)/modules/core/engine/libaxis2_engine.la \
+						$(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la \
 			        	-L$(top_builddir)$(GUTHTHILA_LIBS) \
 			        	$(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?view=diff&rev=523726&r1=523725&r2=523726
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Thu Mar 29 07:31:59 2007
@@ -8,7 +8,8 @@
                     ../../../util/src/libaxis2_util.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
+			$(top_builddir)/modules/core/engine/libaxis2_engine.la \
+			$(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la \
                     -L$(top_builddir)$(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
                     

Modified: webservices/axis2/trunk/c/test/core/description/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/description/Makefile.am?view=diff&rev=523726&r1=523725&r2=523726
==============================================================================
--- webservices/axis2/trunk/c/test/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/description/Makefile.am Thu Mar 29 07:31:59 2007
@@ -5,12 +5,12 @@
 test_description_SOURCES = test_description.c
 
 test_description_LDADD   =  \
-					../../../util/src/libaxis2_util.la \
-					../../../axiom/src/om/libaxis2_axiom.la \
-					../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-                    -lpthread \
-					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-                    -L$(top_builddir)$(GUTHTHILA_LIBS) \
+			../../../util/src/libaxis2_util.la \
+			../../../axiom/src/om/libaxis2_axiom.la \
+			../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
+			-lpthread \
+			$(top_builddir)/modules/core/engine/libaxis2_engine.la \
+			$(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la \
                     $(LIBXML2_LIBS)
                     
 INCLUDES = -I$(top_builddir)/include \

Modified: webservices/axis2/trunk/c/test/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/engine/Makefile.am?view=diff&rev=523726&r1=523725&r2=523726
==============================================================================
--- webservices/axis2/trunk/c/test/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/engine/Makefile.am Thu Mar 29 07:31:59 2007
@@ -10,16 +10,16 @@
                     ../../../util/src/libaxis2_util.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
+		$(top_builddir)/modules/core/engine/libaxis2_engine.la \
+		$(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la \
 	                -L$(top_builddir)$(GUTHTHILA_LIBS) \
 	                $(LIBXML2_LIBS)
 
-INCLUDES = -I${CUTEST_HOME}/include \
-            -I$(top_builddir)/modules/xml/guththila \
+INCLUDES =	-I$(top_builddir)/modules/xml/guththila \
             -I$(top_builddir)/include \
             -I$(top_builddir)/modules/core/description \
             -I$(top_builddir)/modules/core/deployment \
             -I$(top_builddir)/modules/core/engine \
             -I ../../../util/include \
-            -I ../../../axiom/include
+            -I ../../../axiom/include 
 

Modified: webservices/axis2/trunk/c/test/itest/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/Makefile.am?view=diff&rev=523726&r1=523725&r2=523726
==============================================================================
--- webservices/axis2/trunk/c/test/itest/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/itest/Makefile.am Thu Mar 29 07:31:59 2007
@@ -1 +1 @@
-SUBDIRS = whitemesa
+SUBDIRS = 

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am?view=diff&rev=523726&r1=523725&r2=523726
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am Thu Mar 29 07:31:59 2007
@@ -8,6 +8,7 @@
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
 					$(top_builddir)//modules/core/transport/http/sender/libaxis2_http_sender.la \
 					$(top_builddir)/modules/core/transport/http/receiver/libaxis2_http_receiver.la \
+					$(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la \
                     -L$(top_builddir)/$(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 



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