view src/test/conf/testng.xml @ 1:dddcb6d16927

update script mode
author smith@nwoca.org
date Mon, 12 Nov 2012 11:30:44 -0500
parents f4f8570d1c56
children
line wrap: on
line source
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="ssdt.forms Application Test Suite" annotations="1.5">
    <test name="Unit Tests">
        <packages>
            <package name="org.ssdt_ohio.devel.forms"/>
        </packages>
    </test>
</suite>