[jboss-cvs] JBossAS SVN: r64201 - branches/Branch_4_4/testsuite/src/main/org/jboss/test/jbossmessaging/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Jul 23 12:31:31 EDT 2007
Author: clebert.suconic at jboss.com
Date: 2007-07-23 12:31:30 -0400 (Mon, 23 Jul 2007)
New Revision: 64201
Modified:
branches/Branch_4_4/testsuite/src/main/org/jboss/test/jbossmessaging/test/SecurityUnitTestCase.java
Log:
Disabling invalid test for JBossMessaging
Modified: branches/Branch_4_4/testsuite/src/main/org/jboss/test/jbossmessaging/test/SecurityUnitTestCase.java
===================================================================
--- branches/Branch_4_4/testsuite/src/main/org/jboss/test/jbossmessaging/test/SecurityUnitTestCase.java 2007-07-23 16:02:00 UTC (rev 64200)
+++ branches/Branch_4_4/testsuite/src/main/org/jboss/test/jbossmessaging/test/SecurityUnitTestCase.java 2007-07-23 16:31:30 UTC (rev 64201)
@@ -325,7 +325,9 @@
}
}
- public void testClientIDSetSteelPreconf() throws Exception
+ /*
+ * Test only valid on JBossMQ - commented out.
+ * public void testClientIDSetSteelPreconf() throws Exception
{
TopicWorker pub1 = null;
try
@@ -360,7 +362,7 @@
{
}
}
- }
+ } */
public void testClientIDSetAfterInvoke() throws Exception
{
More information about the jboss-cvs-commits
mailing list