annotate src/test/conf/testng.xml @ 3:4ce973027b2a

increase size of jira issue field
author smith@nwoca.org
date Tue, 01 Nov 2016 19:28:55 +0100
parents f4f8570d1c56
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>