WiseMapping

This commit is contained in:
Paulo Veiga
2009-06-07 18:59:43 +00:00
commit fab4f67e9d
714 changed files with 62024 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="WiseWebServicesSuite" verbose="1" >
<test name="WiseMapping Web Services Integration API">
<groups>
<run>
<exclude name="wsintegration"/>
</run>
</groups>
<packages>
<package name="com.wisemapping.ws.test" />
</packages>
</test>
</suite>