mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 15:13:24 +01:00
14 lines
355 B
XML
14 lines
355 B
XML
<!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> |