mstover1    2003/04/01 07:15:54

  Modified:    src/protocol/ftp/org/apache/jmeter/protocol/ftp/control/gui
                        FtpTestSamplerGui.java
  Log:
  Fixing FTP Samper gui modifyTestElement method (Elan Chezhiyan)
  
  Revision  Changes    Path
  1.5       +2 -1      
jakarta-jmeter/src/protocol/ftp/org/apache/jmeter/protocol/ftp/control/gui/FtpTestSamplerGui.java
  
  Index: FtpTestSamplerGui.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/ftp/org/apache/jmeter/protocol/ftp/control/gui/FtpTestSamplerGui.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FtpTestSamplerGui.java    28 Feb 2003 14:21:48 -0000      1.4
  +++ FtpTestSamplerGui.java    1 Apr 2003 15:15:54 -0000       1.5
  @@ -112,6 +112,7 @@
        */
       public void modifyTestElement(TestElement sampler)
       {
  +        sampler.clear();
           ((FTPSampler)sampler).addTestElement(ftpDefaultPanel.createTestElement());
           ((FTPSampler)sampler).addTestElement(loginPanel.createTestElement());
           this.configureTestElement(sampler);
  
  
  

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

Reply via email to