Remove trunk directory
This commit is contained in:
14
wise-webapp/testng.xml
Normal file
14
wise-webapp/testng.xml
Normal 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>
|
Reference in New Issue
Block a user