[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/lease ...

Tom Elrod tom.elrod at jboss.com
Wed Sep 27 14:23:28 EDT 2006


  User: telrod  
  Date: 06/09/27 14:23:28

  Modified:    src/tests/org/jboss/test/remoting/lease  Tag: remoting_1_4
                        LeaseUnitTestCase.java
  Log:
  JBREM-606 - update version to 1.4.5.GA
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/lease/LeaseUnitTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LeaseUnitTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/lease/LeaseUnitTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -b -r1.1 -r1.1.2.1
  --- LeaseUnitTestCase.java	22 Mar 2006 06:34:39 -0000	1.1
  +++ LeaseUnitTestCase.java	27 Sep 2006 18:23:28 -0000	1.1.2.1
  @@ -36,7 +36,7 @@
      public void testLease() throws Exception
      {
         ConnectionNotifierMock notifier = new ConnectionNotifierMock();
  -      Lease lease = new Lease("123", 5000, "foobar", null, notifier);
  +      Lease lease = new Lease("123", 5000, "foobar", null, notifier, null);
         lease.startLease();
   
         System.out.println("test - lease started");
  
  
  



More information about the jboss-cvs-commits mailing list