From: Tim P <ti...@us...> - 2008-03-24 22:49:10
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29585/test/unit/org/webmacro/template Modified Files: EncodingTestCase.java Log Message: Typo Index: EncodingTestCase.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/EncodingTestCase.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** EncodingTestCase.java 24 Mar 2008 22:43:40 -0000 1.9 --- EncodingTestCase.java 24 Mar 2008 22:49:08 -0000 1.10 *************** *** 208,212 **** assertTrue("One byte array is null", ((a != null) && (b != null))); ! if (a != null) { // Eclipse forces som nonsense on us assertTrue("Size of binary output differs", a.length == b.length); --- 208,212 ---- assertTrue("One byte array is null", ((a != null) && (b != null))); ! if (a != null) { // Eclipse forces some nonsense on us assertTrue("Size of binary output differs", a.length == b.length); |