[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/contenttype ...

Ron Sigal ron_sigal at yahoo.com
Thu Sep 13 14:04:12 EDT 2007


  User: rsigal  
  Date: 07/09/13 14:04:12

  Modified:    src/tests/org/jboss/test/remoting/transport/http/contenttype 
                        Tag: remoting_2_2_0_GA ContentTypeTestCase.java
  Log:
  JBREM-653:  Changed name of test method.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/contenttype/Attic/ContentTypeTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ContentTypeTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/contenttype/Attic/ContentTypeTestCase.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- ContentTypeTestCase.java	13 Sep 2007 03:31:12 -0000	1.1.2.1
  +++ ContentTypeTestCase.java	13 Sep 2007 18:04:12 -0000	1.1.2.2
  @@ -53,7 +53,7 @@
    * Unit test for JBREM-653.
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.1 $
  + * @version $Revision: 1.1.2.2 $
    * <p>
    * Copyright Sep 12, 2007
    * </p>
  @@ -96,7 +96,7 @@
   /**
    * Verifies that content-type may be set in the ServerInvocationHandler.
    */
  -   public void testBlockingPullCallback() throws Throwable
  +   public void testContentType() throws Throwable
      {
         log.info("entering " + getName());
         
  
  
  



More information about the jboss-cvs-commits mailing list