[jboss-cvs] joramtests/src/main/java/org/objectweb/jtests/jms/conform/connection ...

Clebert Suconic csuconic at jboss.com
Thu Jul 19 17:20:08 EDT 2007


  User: csuconic
  Date: 07/07/19 17:20:08

  Modified:    src/main/java/org/objectweb/jtests/jms/conform/connection 
                        TopicConnectionTest.java
  Log:
  Fixing Admin factory for JBossMQ, as the AdminFactory wouldn't work with JBossMQ.
  
  Revision  Changes    Path
  1.2       +4 -2      joramtests/src/main/java/org/objectweb/jtests/jms/conform/connection/TopicConnectionTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TopicConnectionTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/joramtests/src/main/java/org/objectweb/jtests/jms/conform/connection/TopicConnectionTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- TopicConnectionTest.java	29 Mar 2007 04:28:34 -0000	1.1
  +++ TopicConnectionTest.java	19 Jul 2007 21:20:08 -0000	1.2
  @@ -132,8 +132,10 @@
       * <em>This test is relevant only if the ID is set by the JMS client</em>
       * see JMS javadoc 
       * http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Connection.html#setClientID(java.lang.String)
  +    * 
  +    *... This test is not valid... as getClientID is caleld before setClientID
       */
  -   public void testSetClientID_3()
  +   /*public void testSetClientID_3()
      {
         try
         {
  @@ -164,7 +166,7 @@
         {
            fail(e);
         }
  -   }
  +   }*/
   
      /** 
       * Method to use this class in a Test suite
  
  
  



More information about the jboss-cvs-commits mailing list