1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

fix testng.xml to actually run all the tests

This commit is contained in:
evanchooly 2015-10-14 23:18:11 -04:00
parent a65d77487b
commit b948803b07

View file

@ -4,9 +4,9 @@
data-provider-thread-count="3"> data-provider-thread-count="3">
<test name="Main"> <test name="Main">
<classes> <packages>
<class name="com.beust.kobalt.maven.DependencyTest" /> <package name="com.beust.*"/>
</classes> </packages>
</test> </test>
</suite> </suite>