sebb        2004/01/28 10:07:54

  Modified:    src/core/org/apache/jmeter/gui/util JDateField.java
  Log:
  Add dummy constructor to allow JUnit tests to work
  
  Revision  Changes    Path
  1.6       +9 -3      
jakarta-jmeter/src/core/org/apache/jmeter/gui/util/JDateField.java
  
  Index: JDateField.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/util/JDateField.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JDateField.java   14 Dec 2003 17:24:11 -0000      1.5
  +++ JDateField.java   28 Jan 2004 18:07:54 -0000      1.6
  @@ -130,6 +130,12 @@
           setText(myString);
       }
   
  +    // Dummy constructor to allo JUnit tests to work
  +    JDateField()
  +    {
  +     this(new Date());
  +    }
  +    
       /**
        * Set the date to the Date mask control.
        */
  
  
  

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

Reply via email to