[jboss-cvs] JBossAS SVN: r112198 - branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployment.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Sep 2 22:13:01 EDT 2011
Author: bmaxwell
Date: 2011-09-02 22:13:01 -0400 (Fri, 02 Sep 2011)
New Revision: 112198
Modified:
branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployment/JBPAPP6716UnitTestCase.java
Log:
[JBPAPP-6716] fix failing testTwiddle
Modified: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployment/JBPAPP6716UnitTestCase.java
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployment/JBPAPP6716UnitTestCase.java 2011-09-02 08:08:14 UTC (rev 112197)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployment/JBPAPP6716UnitTestCase.java 2011-09-03 02:13:01 UTC (rev 112198)
@@ -166,7 +166,8 @@
public void testTwiddle()
{
// $JBOSS_HOME/bin/twiddle.sh -u admin -p admin invoke jboss.system:service=MainDeployer listDeployedAsString
- String invoke = "-u admin -p admin invoke jboss.system:service=MainDeployer ";
+ String invoke = "-s " + hostname + " -u admin -p admin invoke jboss.system:service=MainDeployer ";
+
String[] deployments = new String[]
{
dummyUrl.toExternalForm(),
@@ -536,4 +537,4 @@
}
}
}
-}
\ No newline at end of file
+}
More information about the jboss-cvs-commits
mailing list