You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/06/12 15:00:03 UTC

[WIKI-UPDATE] LenyaUnitTests Thu Jun 12 15:00:02 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=LenyaUnitTests , version: 28 on Thu Jun 12 12:09:52 2003 by AndreasHartmann

-         assert null != string;
?               ^^   ^^^^

+         assertNotNull(string);
?               ^^^^   ^      +

-         assert configFile.exists();
?               ^

+         assertTrue(configFile.exists());
?               ^^^^^                   +