[jboss-cvs] JBossAS SVN: r105821 - branches/JBPAPP_5_1/testsuite/src/resources/test-configs/jbossmessaging/conf/props.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 8 18:03:56 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-06-08 18:03:56 -0400 (Tue, 08 Jun 2010)
New Revision: 105821

Modified:
   branches/JBPAPP_5_1/testsuite/src/resources/test-configs/jbossmessaging/conf/props/hornetq-roles.properties
   branches/JBPAPP_5_1/testsuite/src/resources/test-configs/jbossmessaging/conf/props/hornetq-users.properties
Log:
fixing tests

Modified: branches/JBPAPP_5_1/testsuite/src/resources/test-configs/jbossmessaging/conf/props/hornetq-roles.properties
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/test-configs/jbossmessaging/conf/props/hornetq-roles.properties	2010-06-08 21:30:26 UTC (rev 105820)
+++ branches/JBPAPP_5_1/testsuite/src/resources/test-configs/jbossmessaging/conf/props/hornetq-roles.properties	2010-06-08 22:03:56 UTC (rev 105821)
@@ -1,6 +1,9 @@
 #
 # user=role1,role2,...
 #
-guest=guest
-john=durable,guest
-nobody=noaccde
\ No newline at end of file
+guest=guest,j2ee
+john=guest,subscriber,publisher,durpublisher
+dynsub=publisher,durpublisher
+nobody=noacc
+
+

Modified: branches/JBPAPP_5_1/testsuite/src/resources/test-configs/jbossmessaging/conf/props/hornetq-users.properties
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/test-configs/jbossmessaging/conf/props/hornetq-users.properties	2010-06-08 21:30:26 UTC (rev 105820)
+++ branches/JBPAPP_5_1/testsuite/src/resources/test-configs/jbossmessaging/conf/props/hornetq-users.properties	2010-06-08 22:03:56 UTC (rev 105821)
@@ -1,6 +1,9 @@
 #
 # user=password
 #
+# Sample users
 guest=guest
 john=needle
-nobody=nobody
\ No newline at end of file
+j2ee=j2ee
+nobody=nobody
+dynsub=dynsub



More information about the jboss-cvs-commits mailing list