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 sa...@apache.org on 2004/08/31 10:22:48 UTC

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

samisa      2004/08/31 01:22:48

  Modified:    c        configure.ac
               c/tests/client Makefile.am
  Log:
  Added the uddi inquire client test case to build
  
  Revision  Changes    Path
  1.49      +2 -0      ws-axis/c/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/configure.ac,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- configure.ac	27 Aug 2004 09:54:31 -0000	1.48
  +++ configure.ac	31 Aug 2004 08:22:48 -0000	1.49
  @@ -296,6 +296,8 @@
       tests/client/httpHeader/test7/rpc/Makefile \
       tests/client/httpHeader/test8/Makefile \
       tests/client/httpHeader/test8/rpc/Makefile \
  +    tests/client/uddi_inquire/Makefile \
  +    tests/client/uddi_inquire/gen_src/Makefile \
       tests/server/Makefile \
       tests/server/exceptionTest/Makefile \
       tests/server/exceptionTest/gen_src/Makefile \
  
  
  
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.am	21 Jul 2004 09:40:30 -0000	1.10
  +++ Makefile.am	31 Aug 2004 08:22:48 -0000	1.11
  @@ -1 +1 @@
  -SUBDIRS = stubTest interop threadSafe exceptionTest fault_mapping xsdAnyTest1 soapHeader httpHeader
  +SUBDIRS = stubTest interop threadSafe exceptionTest fault_mapping xsdAnyTest1 soapHeader httpHeader uddi_inquire