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/07 22:50:50 UTC

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/junit/protocol/http/config UrlConfigTest.java

sebb        2003/12/07 13:50:50

  Modified:    src/protocol/http/org/apache/jmeter/junit/protocol/http/config
                        UrlConfigTest.java
  Log:
  Extend JMeterTestCase (so properties are initialised if reqd)
  
  Revision  Changes    Path
  1.4       +3 -4      jakarta-jmeter/src/protocol/http/org/apache/jmeter/junit/protocol/http/config/UrlConfigTest.java
  
  Index: UrlConfigTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/junit/protocol/http/config/UrlConfigTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UrlConfigTest.java	16 Aug 2003 17:22:51 -0000	1.3
  +++ UrlConfigTest.java	7 Dec 2003 21:50:50 -0000	1.4
  @@ -54,9 +54,8 @@
    */
   package org.apache.jmeter.junit.protocol.http.config;
   
  -import junit.framework.TestCase;
  -
   import org.apache.jmeter.config.Arguments;
  +import org.apache.jmeter.junit.JMeterTestCase;
   import org.apache.jmeter.protocol.http.sampler.HTTPSampler;
   import org.apache.jmeter.testelement.property.NullProperty;
   import org.apache.jmeter.testelement.property.TestElementProperty;
  @@ -65,7 +64,7 @@
    * @author Michael Stover
    * @version $Revision$
    */
  -public class UrlConfigTest extends TestCase
  +public class UrlConfigTest extends JMeterTestCase
   {
       HTTPSampler config;
       HTTPSampler defaultConfig;
  
  
  

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