2010-07-02 11:30:36 +02:00
|
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
|
|
|
|
2012-10-19 01:40:31 +02:00
|
|
|
<suite name="OpenRefine Broker Unit Tests">
|
2010-07-02 11:30:36 +02:00
|
|
|
<test name="tests">
|
|
|
|
<groups>
|
|
|
|
<run>
|
|
|
|
<exclude name="broken" />
|
|
|
|
</run>
|
|
|
|
</groups>
|
2017-08-07 05:05:17 +02:00
|
|
|
<packages>
|
|
|
|
<package name="com.google.refine.broker.tests.*"/>
|
|
|
|
</packages>
|
2010-07-02 11:30:36 +02:00
|
|
|
</test>
|
|
|
|
</suite>
|