Skip to content

Commit

Permalink
improve test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Arslan committed Sep 28, 2010
1 parent 9b7ea67 commit 5b9d4cc
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 3 deletions.
103 changes: 103 additions & 0 deletions src/soaplib/test/README
@@ -0,0 +1,103 @@

To run all of the tests, you must
1) launch the interop.server.basic
2) get wsi-interop-tools and unpack it next to test_wsi.py. Here's the
directory tree from a working setup:

|-- README.md
|-- __init__.py
|-- interop
| |-- __init__.py
| |-- config.xml
| |-- server
| | |-- __init__.py
| | |-- _service.py
| | |-- basic.py
| | `-- static.py
| |-- test_rpc.rb
| |-- test_suds.py
| |-- test_wsi.py
| |-- wsi-report-soaplib.xml
| `-- wsi-test-tools
| |-- License.htm
| |-- README.txt
| |-- common
| | |-- docs
| | | |-- AnalyzerSpecification.pdf
| | | |-- MonitorSpecification.pdf
| | | `-- UserGuide.pdf
| | |-- profiles
| | | |-- BasicProfileTestAssertions.xml
| | | |-- BasicProfile_1.1_TAD.xml
| | | `-- SSBP10_BP11_TAD.xml
| | |-- schemas
| | | |-- XMLSchema.xsd
| | | |-- analyzerConfig.xsd
| | | |-- assertions.xsd
| | | |-- claim.xsd
| | | |-- common.xsd
| | | |-- log.xsd
| | | |-- monitorConfig.xsd
| | | |-- report.xsd
| | | |-- soapEncoding.xsd
| | | |-- soapEnvelope.xsd
| | | |-- wsdl11.xsd
| | | |-- wsdlSoap.xsd
| | | `-- xml.xsd
| | `-- xsl
| | |-- assertions.xsl
| | |-- assertionsBigFont.xsl
| | |-- common.xsl
| | |-- log.xsl
| | |-- logBigFont.xsl
| | |-- monitorConfig.xsl
| | |-- report.xsl
| | `-- reportBigFont.xsl
| `-- java
| |-- ReleaseNotes.txt
| |-- about.html
| |-- bin
| | |-- Analyzer.bat
| | |-- Analyzer.sh
| | |-- Monitor.bat
| | |-- Monitor.sh
| | |-- setenv.bat
| | `-- setenv.sh
| |-- lib
| | |-- axis.jar
| | |-- comments.xml
| | |-- commons-discovery.jar
| | |-- commons-logging.jar
| | |-- jaxrpc.jar
| | |-- saaj.jar
| | |-- uddi4j.jar
| | |-- wsdl4j.jar
| | |-- wsi-test-tools.jar
| | |-- xercesImpl.jar
| | `-- xmlParserAPIs.jar
| |-- licenses
| | |-- axis-LICENSE.txt
| | |-- eclipse-LICENSE.txt
| | |-- uddi4j-LICENSE.html
| | |-- wsdl4j-license.html
| | `-- xerces-LICENSE.txt
| `-- samples
| |-- RetailerService.wsdl
| |-- analyzerConfig.xml
| |-- analyzerConfigServiceLocation.xml
| |-- analyzerConfigUDDI.xml
| |-- log.xml
| |-- monitorConfig.xml
| `-- report.xml
|-- serializers
| |-- __init__.py
| |-- test_binary.py
| |-- test_clazz.py
| |-- test_enum.py
| |-- test_include.py
| |-- test_primitive.py
| `-- test_table.py
|-- test_service.py
|-- test_soap.py
`-- wsdl.xml

6 changes: 3 additions & 3 deletions src/soaplib/test/interop/test_wsi.py
Expand Up @@ -3,10 +3,10 @@
# WS-I interoperability test http://www.ws-i.org/deliverables/workinggroup.aspx?wg=testingtools
# latest download: http://www.ws-i.org/Testing/Tools/2005/06/WSI_Test_Java_Final_1.1.zip
#
# before launching it, you should download the zip file and unpack it in this directory
# this should create the wsi-test-tools directory
# Before launching this test, you should download the zip file and unpack it in this
# directory this should create the wsi-test-tools directory.
#
# adapted from http://thestewscope.wordpress.com/2008/08/19/ruby-wrapper-for-ws-i-analyzer-tools/
# Adapted from http://thestewscope.wordpress.com/2008/08/19/ruby-wrapper-for-ws-i-analyzer-tools/
# from Luca Dariz <luca.dariz@unife.it>
#

Expand Down

0 comments on commit 5b9d4cc

Please sign in to comment.