Update of /var/cvs/tests/bridge/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv16886/org/mmbase/bridge

Modified Files:
        ProcessorTest.java 
Log Message:
it doest not fail any more


See also: http://cvs.mmbase.org/viewcvs/tests/bridge/org/mmbase/bridge


Index: ProcessorTest.java
===================================================================
RCS file: /var/cvs/tests/bridge/org/mmbase/bridge/ProcessorTest.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- ProcessorTest.java  30 Apr 2009 14:16:08 -0000      1.6
+++ ProcessorTest.java  30 Apr 2009 19:07:43 -0000      1.7
@@ -24,7 +24,7 @@
  * Testing wether the processors of datatypes behave as expected.
  *
  * @author Michiel Meeuwissen
- * @version $Id: ProcessorTest.java,v 1.6 2009/04/30 14:16:08 michiel Exp $
+ * @version $Id: ProcessorTest.java,v 1.7 2009/04/30 19:07:43 michiel Exp $
  * @since MMBase-1.9.1
   */
 public class ProcessorTest extends BridgeTest {
@@ -154,7 +154,7 @@
         nn = n.getNumber();
         if 
(getCloudContext().getUri().equals(ContextProvider.DEFAULT_CLOUD_CONTEXT_NAME)) 
{ // only test on local
             // commit processor must have been called.
-            assertEquals(ccbefore + 1, CountCommitProcessor.count); // FAILS
+            assertEquals(ccbefore + 1, CountCommitProcessor.count);
         }
     }
 
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to