You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2005/03/02 02:32:47 UTC

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

sebb        2005/03/01 17:32:47

  Modified:    src/protocol/http/org/apache/jmeter/protocol/http/parser
                        Tag: rel-2_0 HTMLParser.java
  Log:
  Add test for frames; add <link rel="alternate" test
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.23.2.1  +8 -2      jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java
  
  Index: HTMLParser.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java,v
  retrieving revision 1.23
  retrieving revision 1.23.2.1
  diff -u -r1.23 -r1.23.2.1
  --- HTMLParser.java	24 Mar 2004 03:04:46 -0000	1.23
  +++ HTMLParser.java	2 Mar 2005 01:32:47 -0000	1.23.2.1
  @@ -331,6 +331,12 @@
                        "testfiles/HTMLScript.set",
                        "testfiles/HTMLScript.all"
                        ),
  +             new TestData(
  +		                 "testfiles/HTMLParserTestFrames.html",
  +		                 "http://localhost/",
  +		                 "testfiles/HTMLParserTestFrames.all",
  +		                 "testfiles/HTMLParserTestFrames.all"
  +		                 ),
           };
   
           public static junit.framework.Test suite(){
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org