User: user57  
  Date: 01/07/03 18:27:34

  Modified:    src/bin  jmsratest.sh
  Log:
   o Beginning to fix the JMS RA test suite.  This should run with-out any
     errors, but there is still something odd about it, I think it has something
     todo with the topic testing.  Will look into that more tomorrow.
  
  Revision  Changes    Path
  1.2       +7 -1      jbosstest/src/bin/jmsratest.sh
  
  Index: jmsratest.sh
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/bin/jmsratest.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jmsratest.sh      2001/04/26 21:18:52     1.1
  +++ jmsratest.sh      2001/07/04 01:27:34     1.2
  @@ -9,5 +9,11 @@
   CP=../lib/jbossmq-client.jar:$CP
   CP=../lib/jaas.jar:$CP
   CP=../lib/jms.jar:$CP
  +CP=../lib/jrmp-dl-client.jar:$CP
  +CP=../lib/oswego-concurrent.jar:$CP
   
  -java -Djava.security.auth.login.config==file:../lib/auth.conf 
-Djava.security.policy=jar:file:../lib/jmsratest.jar!/client.policy 
-Djava.security.manager -classpath $CP junit.swingui.TestRunner 
org.jboss.test.jmsra.test.AllJUnitTest
  \ No newline at end of file
  +java -Djava.security.auth.login.config==file:../lib/auth.conf \
  +    -Djava.security.policy=jar:file:../lib/jmsratest.jar!/client.policy \
  +    -Djava.security.manager \
  +    -classpath $CP \
  +    junit.swingui.TestRunner org.jboss.test.jmsra.test.AllJUnitTests
  \ No newline at end of file
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to