Can I add BETA back?

Not sure how EXPERIMENTAL differs from ALPHA...

S.
>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: 10 February 2004 22:29
>To: [EMAIL PROTECTED]
>Subject: cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/junit
>JMeterTest.java
>
>
>jsalvata    2004/02/10 14:28:53
>
>  Modified:    src/core/org/apache/jmeter/testbeans/gui 
>PackageTest.java
>               src/core/org/apache/jmeter/junit JMeterTest.java
>  Log:
>  Make JMeterTest and testbeans.PackageTest have a
>  common idea of what a "work in progress" is.
>  
>  Revision  Changes    Path
>  1.6       +4 -4      
>jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui/Package
>Test.java
>  
>  Index: PackageTest.java
>  ===================================================================
>  RCS file: 
>/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/testbeans/g
>ui/PackageTest.java,v
>  retrieving revision 1.5
>  retrieving revision 1.6
>  diff -u -r1.5 -r1.6
>  --- PackageTest.java 10 Feb 2004 21:24:01 -0000      1.5
>  +++ PackageTest.java 10 Feb 2004 22:28:53 -0000      1.6
>  @@ -119,8 +119,8 @@
>               String dn= 
>defaultBundle.getString("displayName").toLowerCase();
>   
>               // Skip the rest of this test for 
>alpha/experimental beans:
>  -            if (dn.indexOf("alpha") != -1
>  -                    || dn.indexOf("experimental") != -1) return;
>  +            if (dn.indexOf("(ALPHA") != -1
>  +                    || dn.indexOf("(EXPERIMENTAL") != -1) return;
>   
>               // Check for property- and group-related texts:
>               PropertyDescriptor[] descriptors= 
>beanInfo.getPropertyDescriptors();
>  
>  
>  
>  1.44      +4 -5      
>jakarta-jmeter/src/core/org/apache/jmeter/junit/JMeterTest.java
>  
>  Index: JMeterTest.java
>  ===================================================================
>  RCS file: 
>/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/junit/JMete
>rTest.java,v
>  retrieving revision 1.43
>  retrieving revision 1.44
>  diff -u -r1.43 -r1.44
>  --- JMeterTest.java  10 Feb 2004 01:28:29 -0000      1.43
>  +++ JMeterTest.java  10 Feb 2004 22:28:53 -0000      1.44
>  @@ -347,9 +347,8 @@
>                       boolean ct =funcTitles.containsKey(title); 
>                       if (ct) 
>funcTitles.put(title,Boolean.TRUE);// For detecting extra entries
>                       if (// Is this a work in progress ?
>  -                            (title.indexOf("(ALPHA") == -1)
>  -                            &&
>  -                            (title.indexOf("(BETA")  == -1)
>  +                            title.indexOf("(ALPHA") == -1
>  +                && title.indexOf("(EXPERIMENTAL") == -1
>                       )
>                       {// No, not a work in progress ...
>                               assertTrue("function.xml needs 
>'"+title+"' entry for "+funcItem.getClass().getName(),ct);
>  
>  
>  
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


___________________________________________________________________________

This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail in
error, please notify the sender immediately and destroy it. As its integrity
cannot be secured on the Internet, the Atos Origin group liability cannot be
triggered for the message content. Although the sender endeavours to maintain
a computer virus-free network, the sender does not warrant that this
transmission is virus-free and will not be liable for any damages resulting
from any virus transmitted. 
___________________________________________________________________________


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

Reply via email to