sebb        2004/07/01 16:09:54

  Modified:    src/core/org/apache/jmeter/gui Tag: rel-2_0
                        OnErrorPanel.java
  Log:
  Bug 29853 - button state not correctly handled
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.1   +3 -3      jakarta-jmeter/src/core/org/apache/jmeter/gui/OnErrorPanel.java
  
  Index: OnErrorPanel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/OnErrorPanel.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- OnErrorPanel.java 30 Mar 2004 18:08:09 -0000      1.3
  +++ OnErrorPanel.java 1 Jul 2004 23:09:54 -0000       1.3.2.1
  @@ -85,7 +85,7 @@
       {
                stopTestBox.setSelected(errorAction == 
OnErrorTestElement.ON_ERROR_STOPTEST);
                stopThrdBox.setSelected(errorAction == 
OnErrorTestElement.ON_ERROR_STOPTHREAD);
  -             //continueBox.setSelected(etc);// no need to set the remaining Radio 
Button
  +             continueBox.setSelected(errorAction == 
OnErrorTestElement.ON_ERROR_CONTINUE);
       }
       
       public int getOnErrorSetting()
  
  
  

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

Reply via email to