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 da...@apache.org on 2004/12/16 11:57:08 UTC

cvs commit: ws-axis/c/tests/client Makefile.am

damitha     2004/12/16 02:57:08

  Modified:    c        Tag: release1-4-final-branch configure.ac
               c/tests/client Tag: release1-4-final-branch Makefile.am
  Log:
  added uddi_inquire testcase
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.62.2.1  +2 -0      ws-axis/c/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/configure.ac,v
  retrieving revision 1.62
  retrieving revision 1.62.2.1
  diff -u -r1.62 -r1.62.2.1
  --- configure.ac	7 Dec 2004 10:52:05 -0000	1.62
  +++ configure.ac	16 Dec 2004 10:57:08 -0000	1.62.2.1
  @@ -286,6 +286,8 @@
       tests/client/soapHeader/test10/rpc/Makefile \
       tests/client/xsdAnyTest1/Makefile \
       tests/client/xsdAnyTest1/gen_src/Makefile \
  +    tests/client/uddi_inquire/Makefile \
  +    tests/client/uddi_inquire/gen_src/Makefile \
       tests/client/httpHeader/Makefile \
       tests/client/httpHeader/test1/Makefile \
       tests/client/httpHeader/test1/rpc/Makefile \
  
  
  
  No                   revision
  No                   revision
  1.14.4.1  +1 -1      ws-axis/c/tests/client/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/Makefile.am,v
  retrieving revision 1.14
  retrieving revision 1.14.4.1
  diff -u -r1.14 -r1.14.4.1
  --- Makefile.am	1 Sep 2004 11:19:51 -0000	1.14
  +++ Makefile.am	16 Dec 2004 10:57:08 -0000	1.14.4.1
  @@ -1 +1 @@
  -SUBDIRS = stubTest interop threadSafe exceptionTest fault_mapping xsdAnyTest1 soapHeader httpHeader
  +SUBDIRS = stubTest interop threadSafe exceptionTest fault_mapping xsdAnyTest1 soapHeader httpHeader uddi_inquire