<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite thread-count="5" skipfailedinvocationCounts="false" verbose="1" name="Custom suite" junit="false" parallel="none" annotations="JDK">
<test verbose="1" name="velocity" junit="false" annotations="JDK">
<classes>
<class name="org.test.VelocityTest"/>
</classes>
</test>
</suite>