[jboss-cvs] JBossAS SVN: r87320 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/override/restart/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 15 05:14:13 EDT 2009


Author: emuckenhuber
Date: 2009-04-15 05:14:13 -0400 (Wed, 15 Apr 2009)
New Revision: 87320

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/override/restart/test/JmsDestinationRestartUnitTestCase.java
Log:
update testcase

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/override/restart/test/JmsDestinationRestartUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/override/restart/test/JmsDestinationRestartUnitTestCase.java	2009-04-15 08:52:18 UTC (rev 87319)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/override/restart/test/JmsDestinationRestartUnitTestCase.java	2009-04-15 09:14:13 UTC (rev 87320)
@@ -112,7 +112,6 @@
          
          Map<String, MetaValue> values = new HashMap<String, MetaValue>();
          values.put("admin", createCompositeValue(true, true, true));
-         values.put("publisher", createCompositeValue(true, true, false));
          values.put("user", createCompositeValue(false, false, false));
          MapCompositeValueSupport map = new MapCompositeValueSupport(values, securityConfType);
          




More information about the jboss-cvs-commits mailing list