view src/test/conf/testng.xml @ 4:5fb47fac1404 tip

fix span for jira issue
author smith@nwoca.org
date Tue, 01 Nov 2016 14:38:33 -0400
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>