whitlock    2002/12/18 05:54:39

  Modified:    java/test/jms JmsFaultTest.java
  Log:
  Enable more tests
  
  Revision  Changes    Path
  1.6       +24 -24    xml-axis-wsif/java/test/jms/JmsFaultTest.java
  
  Index: JmsFaultTest.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/test/jms/JmsFaultTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JmsFaultTest.java 7 Dec 2002 12:34:00 -0000       1.5
  +++ JmsFaultTest.java 18 Dec 2002 13:54:39 -0000      1.6
  @@ -193,16 +193,16 @@
               SYNC);
       }
   
  -//    public void testPropOnlySync() {
  -//        doit(
  -//            "throwProperties",
  -//            9,
  -//            true,
  -//            false,
  -//            new String[] { "faultProp" },
  -//            new Object[] { "Another JMS Property" },
  -//            SYNC);
  -//    }
  +    public void testPropOnlySync() {
  +        doit(
  +            "throwProperties",
  +            9,
  +            true,
  +            false,
  +            new String[] { "faultProp" },
  +            new Object[] { "Another JMS Property" },
  +            SYNC);
  +    }
   
       public void testNullFaultSync() {
           doit("throwProperties", 10, true, false, null, null, SYNC);
  @@ -302,20 +302,20 @@
               ASYNC);
       }
   
  -//    public void testPropOnlyAsync() {
  -//        doit(
  -//            "throwProperties",
  -//            9,
  -//            true,
  -//            false,
  -//            new String[] { "faultProp" },
  -//            new Object[] { "Another JMS Property" },
  -//            ASYNC);
  -//    }
  -//
  -//    public void testNullFaultAsync() {
  -//        doit("throwProperties", 10, true, false, null, null, ASYNC);
  -//    }
  +    public void testPropOnlyAsync() {
  +        doit(
  +            "throwProperties",
  +            9,
  +            true,
  +            false,
  +            new String[] { "faultProp" },
  +            new Object[] { "Another JMS Property" },
  +            ASYNC);
  +    }
  +
  +    public void testNullFaultAsync() {
  +        doit("throwProperties", 10, true, false, null, null, ASYNC);
  +    }
   
       private void doit(
           String method,
  
  
  


Reply via email to