Update of /var/cvs/tests/bridge/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv12657
Modified Files:
FunctionsTest.java
Log Message:
test for containing null seperately
See also: http://cvs.mmbase.org/viewcvs/tests/bridge/org/mmbase/bridge
Index: FunctionsTest.java
===================================================================
RCS file: /var/cvs/tests/bridge/org/mmbase/bridge/FunctionsTest.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- FunctionsTest.java 8 Mar 2007 08:51:37 -0000 1.11
+++ FunctionsTest.java 13 Jun 2008 09:22:46 -0000 1.12
@@ -19,7 +19,7 @@
*
* @author Simon Groenewolt ([EMAIL PROTECTED])
* @author Michiel Meeuwissen
- * @since $Id: FunctionsTest.java,v 1.11 2007/03/08 08:51:37 nklasens Exp $
+ * @since $Id: FunctionsTest.java,v 1.12 2008/06/13 09:22:46 michiel Exp $
* @since MMBase-1.8
*/
public class FunctionsTest extends BridgeTest {
@@ -150,6 +150,7 @@
NodeIterator i = nl.nodeIterator();
while (i.hasNext()) {
Node n = i.nextNode();
+ assertTrue("" + nl + " contains nulls", n != null);
assertTrue(n.getStringValue("bloe").equals("hoi"));
}
nl = (NodeList) function.getFunctionValue(params);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs