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

Manik Surtani msurtani at jboss.com
Sat Dec 30 21:08:41 EST 2006


  User: msurtani
  Date: 06/12/30 21:08:41

  Modified:    tests/functional/org/jboss/cache/loader 
                        DummyInMemoryCacheLoader.java
  Log:
  Updates to tests to go along with changes in node methods
  
  Revision  Changes    Path
  1.5       +7 -7      JBossCache/tests/functional/org/jboss/cache/loader/DummyInMemoryCacheLoader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DummyInMemoryCacheLoader.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/DummyInMemoryCacheLoader.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- DummyInMemoryCacheLoader.java	23 Oct 2006 05:47:30 -0000	1.4
  +++ DummyInMemoryCacheLoader.java	31 Dec 2006 02:08:41 -0000	1.5
  @@ -59,7 +59,7 @@
         {
            if (f.getParent().equals(p))
            {
  -            c.add(f.getName());
  +            c.add(f.getLastElement());
            }
         }
         return c;
  
  
  



More information about the jboss-cvs-commits mailing list