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 12:13:34 UTC

svn commit: r328846 - in /webservices/axis2/trunk/c/modules/xml/om: Makefile.am Makefile.in test/om_test.h

Author: damitha
Date: Thu Oct 27 03:13:22 2005
New Revision: 328846

URL: http://svn.apache.org/viewcvs?rev=328846&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/modules/xml/om/Makefile.am
    webservices/axis2/trunk/c/modules/xml/om/Makefile.in
    webservices/axis2/trunk/c/modules/xml/om/test/om_test.h

Modified: webservices/axis2/trunk/c/modules/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/Makefile.am?rev=328846&r1=328845&r2=328846&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/om/Makefile.am Thu Oct 27 03:13:22 2005
@@ -1 +1 @@
-SUBDIRS = src
+SUBDIRS = src test

Modified: webservices/axis2/trunk/c/modules/xml/om/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/Makefile.in?rev=328846&r1=328845&r2=328846&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/xml/om/Makefile.in Thu Oct 27 03:13:22 2005
@@ -169,7 +169,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = src
+SUBDIRS = src test
 all: all-recursive
 
 .SUFFIXES:

Modified: webservices/axis2/trunk/c/modules/xml/om/test/om_test.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/test/om_test.h?rev=328846&r1=328845&r2=328846&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/test/om_test.h (original)
+++ webservices/axis2/trunk/c/modules/xml/om/test/om_test.h Thu Oct 27 03:13:22 2005
@@ -2,10 +2,7 @@
 #define OM_TEST_H
 
 #include <CuTest.h>
-#include "om_stream_test.h"
-#include "om_log_test.h"
-#include "om_hash_test.h"
-#include "om_error_test.h"
+/*#include "om_error_test.h"*/
 
 CuSuite* axis2_omGetSuite();