diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/test/conf/testng.xml	Mon Nov 12 16:29:11 2012 +0000
@@ -0,0 +1,8 @@
+<!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>