sebb        2004/03/23 19:04:46

  Modified:    src/protocol/http/org/apache/jmeter/protocol/http/parser
                        HTMLParser.java
  Log:
  New test case with <link> and <script> files
  
  Revision  Changes    Path
  1.23      +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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- HTMLParser.java   11 Feb 2004 22:43:06 -0000      1.22
  +++ HTMLParser.java   24 Mar 2004 03:04:46 -0000      1.23
  @@ -325,6 +325,12 @@
                            "testfiles/HTMLParserTestCase.set",
                            "testfiles/HTMLParserTestCase.all"
                            ),
  +            new TestData(
  +                     "testfiles/HTMLScript.html",
  +                     "http://localhost/";,
  +                     "testfiles/HTMLScript.set",
  +                     "testfiles/HTMLScript.all"
  +                     ),
           };
   
           public static junit.framework.Test suite(){
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to