<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite verbose="0" name="Command line suite">
<test name="Command line test" preserve-order="false">
<classes>
<class name="ch.frankel.blog.spring.conditional.ConditionalDefaultTest"/>
<class name="ch.frankel.blog.spring.conditional.ConditionalExplicitProfileTest"/>
</classes>
</test> <!-- Command line test -->
</suite> <!-- Command line suite -->