[Htmlparser-cvs] htmlparser/src/org/htmlparser/tests/tagTests SelectTagTest.java,1.40,1.41
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2005-05-10 22:11:57
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/tagTests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6956 Modified Files: SelectTagTest.java Log Message: Remove Shamil's email address. Index: SelectTagTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/tagTests/SelectTagTest.java,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** SelectTagTest.java 2 Jan 2004 16:24:57 -0000 1.40 --- SelectTagTest.java 10 May 2005 22:11:48 -0000 1.41 *************** *** 114,118 **** /** ! * Bug reproduction based on report by gu...@cc... */ public void testSelectTagWithComments() throws Exception { --- 114,118 ---- /** ! * Bug reproduction. */ public void testSelectTagWithComments() throws Exception { |