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

Manik Surtani msurtani at jboss.com
Wed Jan 3 17:39:48 EST 2007


  User: msurtani
  Date: 07/01/03 17:39:48

  Modified:    tests/functional/org/jboss/cache/marshall 
                        RegionManagerTest.java
  Log:
  fixed broken ut
  
  Revision  Changes    Path
  1.8       +3 -1      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- RegionManagerTest.java	30 Dec 2006 17:49:57 -0000	1.7
  +++ RegionManagerTest.java	3 Jan 2007 22:39:48 -0000	1.8
  @@ -21,7 +21,9 @@
   
      public void setUp() throws Exception
      {
  -      r = new RegionManager(new CacheImpl());
  +      CacheImpl c = new CacheImpl();
  +      c.create();
  +      r = new RegionManager(c);
      }
   
      public void tearDown() throws Exception
  
  
  



More information about the jboss-cvs-commits mailing list