annotate src/test/conf/testng.xml @ 0:f4f8570d1c56

initial OTP form
author smith@nwoca.org
date Mon, 12 Nov 2012 16:29:11 +0000
parents
children
rev   line source
0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
1 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
2 <suite name="ssdt.forms Application Test Suite" annotations="1.5">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
3 <test name="Unit Tests">
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
4 <packages>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
5 <package name="org.ssdt_ohio.devel.forms"/>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
6 </packages>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
7 </test>
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
8 </suite>