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 2005/03/18 12:05:52 UTC

cvs commit: ws-axis/c/tests/unit_tests/cppunit Makefile.am runCppUnitTests.cpp

samisa      2005/03/18 03:05:52

  Removed:     c/tests/client/exceptionTest/gen_src AxisClientException.cpp
                        AxisClientException.h MathOps.cpp MathOps.h
               c/tests/client/fault_mapping/gen_src AxisClientException.cpp
                        AxisClientException.h DivByZeroStruct.cpp
                        DivByZeroStruct.h MathOps.cpp MathOps.h
                        OutOfBoundStruct.cpp OutOfBoundStruct.h
                        SpecialDetailStruct.cpp SpecialDetailStruct.h
               c/tests/client/httpHeader/gen_src/rpc
                        AxisClientException.cpp AxisClientException.h
                        InteropTestPortType.cpp InteropTestPortType.h
                        SOAPStruct.cpp SOAPStruct.h SOAPStruct_Array.h
               c/tests/client/interop/round1/gen_src
                        AxisClientException.cpp AxisClientException.h
                        SOAPStruct.cpp SOAPStruct.h SOAPStruct_Array.h
                        SimpleTestSoap.cpp SimpleTestSoap.h
               c/tests/client/soapHeader/gen_src/rpc
                        AxisClientException.cpp AxisClientException.h
                        InteropTestPortType.cpp InteropTestPortType.h
                        SOAPStruct.cpp SOAPStruct.h SOAPStruct_Array.h
               c/tests/client/stubTest/stubBase AxisClientException.cpp
                        AxisClientException.h InteropTestPortType.cpp
                        InteropTestPortType.h SOAPStruct.cpp SOAPStruct.h
                        SOAPStruct_Array.h
               c/tests/client/threadSafe/gen_src AxisClientException.cpp
                        AxisClientException.h InteropTestPortType.cpp
                        InteropTestPortType.h SOAPStruct.cpp SOAPStruct.h
                        SOAPStruct_Array.h
               c/tests/client/xsdAnyTest1/gen_src AxisClientException.cpp
                        AxisClientException.h
                        ExtensibilityQueryPortType.cpp
                        ExtensibilityQueryPortType.h ExtensibilityType.cpp
                        ExtensibilityType.h
               c/tests/server/exceptionTest/gen_src
                        AxisServiceException.cpp AxisServiceException.h
                        DivByZeroStruct.cpp DivByZeroStruct.h MathOps.cpp
                        MathOps.h MathOpsService.cpp MathOpsWrapper.cpp
                        MathOpsWrapper.h OutOfBoundStruct.cpp
                        OutOfBoundStruct.h SpecialDetailStruct.cpp
                        SpecialDetailStruct.h deploy.wsdd undeploy.wsdd
               c/tests/server/xsdAnyTest1/gen_src
                        ExtensibilityQueryPortType.cpp
                        ExtensibilityQueryPortType.h
                        ExtensibilityQueryPortTypeService.cpp
                        ExtensibilityQueryPortTypeWrapper.cpp
                        ExtensibilityQueryPortTypeWrapper.h
                        ExtensibilityType.cpp ExtensibilityType.h
                        deploy.wsdd undeploy.wsdd
               c/tests/unit_tests/cppunit Makefile.am runCppUnitTests.cpp
  Log:
  Removed the generated code from tests as we have the ant based test framework generating them on the fly.