User: d_jencks
Date: 01/09/18 15:00:43
Modified: src/main/org/jboss/test/hello/test
HelloTimingStressTestCase.java
Log:
Changed tests to deploy/undeploy only once per testcase file. Moved clearAuthCache
to JBossTestServices
Revision Changes Path
1.4 +4 -14
jbosstest/src/main/org/jboss/test/hello/test/HelloTimingStressTestCase.java
Index: HelloTimingStressTestCase.java
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/hello/test/HelloTimingStressTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HelloTimingStressTestCase.java 2001/09/15 01:07:11 1.3
+++ HelloTimingStressTestCase.java 2001/09/18 22:00:43 1.4
@@ -26,7 +26,7 @@
*
* @see <related>
* @author Author: schaefera
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class HelloTimingStressTestCase
extends JBossTestCase
@@ -188,20 +188,10 @@
}
- /**
- * The JUnit setup method
- *
- * @exception Exception Description of Exception
- */
- protected void setUp() throws Exception
+ public static Test suite() throws Exception
{
- super.setUp();
- deployJ2ee("hello.jar");
+ return getJ2eeSetup(HelloTimingStressTestCase.class, "hello.jar");
}
- protected void tearDown() throws Exception
- {
- undeployJ2ee("hello.jar");
- super.tearDown();
- }
+
}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development