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 pi...@apache.org on 2006/12/07 11:42:50 UTC

svn commit: r483408 - in /webservices/axis2/trunk/c: axiom/test/om/Makefile.am util/test/util/Makefile.am util/test/util/test_util.c woden/Makefile.am woden/configure.ac

Author: pini
Date: Thu Dec  7 02:42:46 2006
New Revision: 483408

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

Modified:
    webservices/axis2/trunk/c/axiom/test/om/Makefile.am
    webservices/axis2/trunk/c/util/test/util/Makefile.am
    webservices/axis2/trunk/c/util/test/util/test_util.c
    webservices/axis2/trunk/c/woden/Makefile.am
    webservices/axis2/trunk/c/woden/configure.ac

Modified: webservices/axis2/trunk/c/axiom/test/om/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/om/Makefile.am?view=diff&rev=483408&r1=483407&r2=483408
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/om/Makefile.am Thu Dec  7 02:42:46 2006
@@ -1,4 +1,4 @@
-TESTS = test_om
+TESTS = 
 bindir=$(prefix)/bin/system_test
 bin_PROGRAMS = test_om
 check_PROGRAMS = test_om

Modified: webservices/axis2/trunk/c/util/test/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/Makefile.am?view=diff&rev=483408&r1=483407&r2=483408
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/util/test/util/Makefile.am Thu Dec  7 02:42:46 2006
@@ -1,4 +1,4 @@
-TESTS = test_util
+TESTS = test_thread
 bindir=$(prefix)/bin/system_test
 bin_PROGRAMS = test_util test_thread
 noinst_HEADERS = test_log.h \

Modified: webservices/axis2/trunk/c/util/test/util/test_util.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/test_util.c?view=diff&rev=483408&r1=483407&r2=483408
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/test_util.c (original)
+++ webservices/axis2/trunk/c/util/test/util/test_util.c Thu Dec  7 02:42:46 2006
@@ -146,8 +146,8 @@
   */
 int test_file_diff(const axis2_env_t *env)
 {
-    axis2_char_t *expected_file_name = AXIS2_STRDUP("expected", env);
-    axis2_char_t *actual_file_name = AXIS2_STRDUP("actual", env);
+  /*  axis2_char_t *expected_file_name = AXIS2_STRDUP("expected", env);
+    axis2_char_t *actual_file_name = AXIS2_STRDUP("actual", env);*/
     return 0;
 }
 
@@ -265,7 +265,7 @@
     run_test_log();
     test_axis2_dir_handler_list_service_or_module_dirs();
     axis2_allocator_t *allocator = env->allocator;
-    axis2_env_free(env);
+/*    axis2_env_free(env);*/
     axis2_allocator_free(allocator);
     run_test_string(env);
     return 0;

Modified: webservices/axis2/trunk/c/woden/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/Makefile.am?view=diff&rev=483408&r1=483407&r2=483408
==============================================================================
--- webservices/axis2/trunk/c/woden/Makefile.am (original)
+++ webservices/axis2/trunk/c/woden/Makefile.am Thu Dec  7 02:42:46 2006
@@ -1,4 +1,4 @@
-SUBDIRS = src $(TESTDIR) 
+SUBDIRS = src 
 include_HEADERS=$(top_builddir)/include/*.h
 EXTRA_DIST = build.sh autogen.sh LICENSE samples
 

Modified: webservices/axis2/trunk/c/woden/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/configure.ac?view=diff&rev=483408&r1=483407&r2=483408
==============================================================================
--- webservices/axis2/trunk/c/woden/configure.ac (original)
+++ webservices/axis2/trunk/c/woden/configure.ac Thu Dec  7 02:42:46 2006
@@ -96,22 +96,22 @@
   AC_MSG_RESULT(no)
 )
 
-AC_MSG_CHECKING(whether to build tests)
-AC_ARG_ENABLE(tests, [  --enable-tests    build tests. default=no],
-[ case "${enableval}" in
-  yes)
-    AC_MSG_RESULT(yes)
-    TESTDIR="test"
-    ;;
-  *)
-    AC_MSG_RESULT(no)
-    TESTDIR=""
-
-    ;;
-  esac ],
-  AC_MSG_RESULT(no)
-  TESTDIR=""
-)
+dnl AC_MSG_CHECKING(whether to build tests)
+dnl AC_ARG_ENABLE(tests, [  --enable-tests    build tests. default=no],
+dnl [ case "${enableval}" in
+dnl   yes)
+dnl     AC_MSG_RESULT(yes)
+dnl     TESTDIR="test"
+dnl     ;;
+dnl   *)
+dnl     AC_MSG_RESULT(no)
+dnl     TESTDIR=""
+dnl 
+dnl     ;;
+dnl   esac ],
+dnl   AC_MSG_RESULT(no)
+dnl   TESTDIR=""
+dnl )
 
 
 AC_MSG_CHECKING(To Use Xml Schema. This is a compulsory module to build Woden C)



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