2020-08-03 18:27:58 +02:00
|
|
|
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
|
2018-12-31 14:50:03 +01:00
|
|
|
|
|
|
|
<suite name="Wikidata extension">
|
|
|
|
<test name="tests">
|
|
|
|
<groups>
|
|
|
|
<run>
|
|
|
|
<exclude name="broken" />
|
|
|
|
</run>
|
|
|
|
</groups>
|
|
|
|
<packages>
|
|
|
|
<package name="org.openrefine.phonetic.*" />
|
|
|
|
</packages>
|
|
|
|
</test>
|
|
|
|
</suite>
|