Author: pmouawad
Date: Mon Nov  7 21:29:38 2011
New Revision: 1198947

URL: http://svn.apache.org/viewvc?rev=1198947&view=rev
Log:
Bug 51091 - New function returning the name of the current "Test Plan" 
Reopening

Modified:
    jmeter/trunk/src/functions/org/apache/jmeter/functions/TestPlanName.java
    jmeter/trunk/xdocs/changes.xml

Modified: 
jmeter/trunk/src/functions/org/apache/jmeter/functions/TestPlanName.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/functions/org/apache/jmeter/functions/TestPlanName.java?rev=1198947&r1=1198946&r2=1198947&view=diff
==============================================================================
--- jmeter/trunk/src/functions/org/apache/jmeter/functions/TestPlanName.java 
(original)
+++ jmeter/trunk/src/functions/org/apache/jmeter/functions/TestPlanName.java 
Mon Nov  7 21:29:38 2011
@@ -29,7 +29,7 @@ import org.apache.jmeter.samplers.Sample
 
 /**
  * Returns Test Plan name
- *
+ * FIXME : Implementation need to handle remote run and non gui mode
  */
 public class TestPlanName extends AbstractFunction {
 

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1198947&r1=1198946&r2=1198947&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Nov  7 21:29:38 2011
@@ -58,8 +58,6 @@ For example a Test Action sampler with 0
 or a Debug Sampler with all fields set to False (to reduce the sample size).
 </p>
 
-<p>Start next Loop option in Thread Group is broken, see Bugs (51868, 51866, 
51865).</p>
-
 <p>
 The menu item Options / Choose Language does not change all the displayed text 
to the new language.
 [The behaviour has improved, but language change is still not fully working]
@@ -184,7 +182,6 @@ these occurs, Sampler is marked as faile
 <ul>
 <li>Bug 52006 - Create a function RandomString to generate random Strings</li>
 <li>Bug 52016 - It would be useful to support Jexl2</li>
-<li>Bug 51091 - New function returning the name of the current "Test Plan"</li>
 </ul>
 
 <h3>I18N</h3>


Reply via email to