[jboss-cvs] JBossAS SVN: r104624 - branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/scripts/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon May 10 15:38:45 EDT 2010
Author: rachmatowicz at jboss.com
Date: 2010-05-10 15:38:45 -0400 (Mon, 10 May 2010)
New Revision: 104624
Modified:
branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/scripts/test/ShutdownTestCase.java
Log:
Remove two defunct test cases from ShutdownTestCase
Modified: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/scripts/test/ShutdownTestCase.java
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/scripts/test/ShutdownTestCase.java 2010-05-10 19:31:55 UTC (rev 104623)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/scripts/test/ShutdownTestCase.java 2010-05-10 19:38:45 UTC (rev 104624)
@@ -165,11 +165,13 @@
}
}
+ /* for the two following tests, see JBPAPP-3035 */
+
/**
* Tests shutdown command with -e option
*
* @throws Exception
- */
+ *
public void testNonLoopbackExit() throws Exception
{
// build the shell command to execute
@@ -213,13 +215,14 @@
writeServerLogsToTestCase() ;
fail("Server failed to stop") ;
}
- }
+ }
+ */
/**
* Tests shutdown command with -H option
*
* @throws Exception
- */
+ *
public void testNonLoopbackHalt() throws Exception
{
// build the shell command to execute
@@ -261,6 +264,7 @@
fail("Server failed to stop") ;
}
}
+ */
public void writeServerLogsToTestCase() {
// write the logs to output for diagnosis
More information about the jboss-cvs-commits
mailing list