15 lines
304 B
XML
15 lines
304 B
XML
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
|
|
|
<suite name="Jython extension">
|
|
<test name="tests">
|
|
<groups>
|
|
<run>
|
|
<exclude name="broken" />
|
|
</run>
|
|
</groups>
|
|
<packages>
|
|
<package name="com.google.refine.jython.*" />
|
|
</packages>
|
|
</test>
|
|
</suite>
|