Add missing test configuration for phonetic extension
This commit is contained in:
parent
48b3953d64
commit
4fdc448639
14
extensions/phonetic/tests/conf/tests.xml
Normal file
14
extensions/phonetic/tests/conf/tests.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user