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

Manik Surtani msurtani at jboss.com
Fri Sep 15 14:03:26 EDT 2006


  User: msurtani
  Date: 06/09/15 14:03:26

  Modified:    tests/functional/org/jboss/cache/api  NodeMoveAPITest.java
  Log:
  Updated test
  
  Revision  Changes    Path
  1.2       +25 -0     JBossCache/tests/functional/org/jboss/cache/api/NodeMoveAPITest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NodeMoveAPITest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/api/NodeMoveAPITest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- NodeMoveAPITest.java	15 Sep 2006 18:01:02 -0000	1.1
  +++ NodeMoveAPITest.java	15 Sep 2006 18:03:26 -0000	1.2
  @@ -161,8 +161,33 @@
         fail("Implement me");
      }
   
  +   public void testReplicatability()
  +   {
  +      fail("Implement me");
  +   }
  +
  +   public void testInvalidations()
  +   {
  +      fail("Implement me");
  +   }
  +
  +   public void testReplTxCommit()
  +   {
  +      fail("Implement me");
  +   }
  +
  +   public void testReplTxRollback()
  +   {
  +      fail("Implement me");
  +   }
  +
      public void testConcurrency()
      {
         fail("Implement me");
      }
  +
  +   public void testReplConcurrency()
  +   {
  +      fail("Implement me");
  +   }
   }
  
  
  



More information about the jboss-cvs-commits mailing list