[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/marshall ...

Manik Surtani manik at jboss.org
Tue Jul 31 12:21:07 EDT 2007


  User: msurtani
  Date: 07/07/31 12:21:07

  Modified:    tests/functional/org/jboss/cache/marshall 
                        RegionManagerTest.java
  Log:
  rolled back RegionManager enhancements
  
  Revision  Changes    Path
  1.13      +2 -2      JBossCache/tests/functional/org/jboss/cache/marshall/RegionManagerTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RegionManagerTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/marshall/RegionManagerTest.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- RegionManagerTest.java	30 Jul 2007 20:35:23 -0000	1.12
  +++ RegionManagerTest.java	31 Jul 2007 16:21:07 -0000	1.13
  @@ -183,7 +183,7 @@
         assertSame("r3 should be marshalling and active", r3, r.getAllRegions(Region.Type.MARSHALLING).get(1));
         assertSame("r4 should be marshalling and active", r4, r.getAllRegions(Region.Type.MARSHALLING).get(2));
      }
  -
  +/*
      public void testUnspecifiedRegionType()
      {
         Fqn fqn = Fqn.fromString("/a/b/c");
  @@ -216,7 +216,7 @@
   
         assertNotNull(region);
         assertEquals(fqn, region.getFqn());
  -   }
  +   }*/
   
   
   }
  
  
  



More information about the jboss-cvs-commits mailing list