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 2003/12/13 03:20:16 UTC

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

sebb        2003/12/12 18:20:16

  Modified:    src/protocol/http/org/apache/jmeter/junit/protocol/http/parser
                        HtmlParserTester.java
  Log:
  Extend JMeterTestCase to allow stand-alone JUnit testing
  
  Revision  Changes    Path
  1.10      +3 -4      jakarta-jmeter/src/protocol/http/org/apache/jmeter/junit/protocol/http/parser/HtmlParserTester.java
  
  Index: HtmlParserTester.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/junit/protocol/http/parser/HtmlParserTester.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HtmlParserTester.java	12 Dec 2003 21:55:22 -0000	1.9
  +++ HtmlParserTester.java	13 Dec 2003 02:20:16 -0000	1.10
  @@ -3,8 +3,7 @@
   import java.net.MalformedURLException;
   import java.net.URL;
   
  -import junit.framework.TestCase;
  -
  +import org.apache.jmeter.junit.JMeterTestCase;
   import org.apache.jmeter.protocol.http.modifier.AnchorModifier;
   import org.apache.jmeter.protocol.http.sampler.HTTPSampleResult;
   import org.apache.jmeter.protocol.http.sampler.HTTPSampler;
  @@ -14,7 +13,7 @@
    * Created    June 14, 2001
    * @version    $Revision$ Last updated: $Date$
    */
  -public class HtmlParserTester extends TestCase
  +public class HtmlParserTester extends JMeterTestCase
   {
       AnchorModifier parser = new AnchorModifier();
   
  
  
  

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