Update testng configuration after package change

This commit is contained in:
Antonin Delpeuch 2019-08-23 15:19:30 +01:00
parent 29f3cef3ec
commit a8b6f63c90

View File

@ -34,7 +34,7 @@
</run>
</groups>
<packages>
<package name="com.google.refine.tests.*"/>
<package name="com.google.refine.*"/>
</packages>
</test>
</suite>