[jboss-cvs] jboss-seam/src/test/unit/org/jboss/seam/test/unit ...
Peter Muir
peter at bleepbleep.org.uk
Mon Oct 15 07:02:48 EDT 2007
User: pmuir
Date: 07/10/15 07:02:48
Modified: src/test/unit/org/jboss/seam/test/unit testng.xml
Log:
Start of a test for multipart requests
Revision Changes Path
1.4 +1 -0 jboss-seam/src/test/unit/org/jboss/seam/test/unit/testng.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: testng.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/test/unit/org/jboss/seam/test/unit/testng.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testng.xml 12 Oct 2007 10:26:48 -0000 1.3
+++ testng.xml 15 Oct 2007 11:02:48 -0000 1.4
@@ -22,6 +22,7 @@
<class name="org.jboss.seam.test.unit.PageActionsTest" />
<class name="org.jboss.seam.test.unit.HomeTest" />
<class name="org.jboss.seam.test.unit.NamespaceTest" />
+ <class name="org.jboss.seam.test.unit.web.MultipartRequestTest" />
</classes>
</test>
</suite>
More information about the jboss-cvs-commits
mailing list