Add missing test configuration for phonetic extension

This commit is contained in:
Antonin Delpeuch 2018-12-31 14:50:03 +01:00
parent 48b3953d64
commit 4fdc448639

View File

@ -0,0 +1,14 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="Wikidata extension">
<test name="tests">
<groups>
<run>
<exclude name="broken" />
</run>
</groups>
<packages>
<package name="org.openrefine.phonetic.*" />
</packages>
</test>
</suite>