[Htmlparser-cvs] htmlparser/src/org/htmlparser/tests ParserTestCase.java,1.13,1.14
Brought to you by:
derrickoswald
|
From: <der...@us...> - 2003-05-24 02:05:52
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv14275/org/htmlparser/tests
Modified Files:
ParserTestCase.java
Log Message:
Correct a typo.
Index: ParserTestCase.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/ParserTestCase.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ParserTestCase.java 2 May 2003 00:53:56 -0000 1.13
--- ParserTestCase.java 24 May 2003 02:05:50 -0000 1.14
***************
*** 143,147 ****
msg.append("-->\n").append(node[i].toHtml()).append("\n");
}
! assertEquals("Number of nodes parsed didnt match, nodes found were :\n"+msg.toString(),nodeCountExpected,nodeCount);
}
--- 143,147 ----
msg.append("-->\n").append(node[i].toHtml()).append("\n");
}
! assertEquals("Number of nodes parsed didn't match, nodes found were :\n"+msg.toString(),nodeCountExpected,nodeCount);
}
|