Author: pmouawad
Date: Sat May 12 11:09:23 2018
New Revision: 1831463

URL: http://svn.apache.org/viewvc?rev=1831463&view=rev
Log:
Fix message

Modified:
    
jmeter/trunk/test/src/org/apache/jmeter/functions/ComponentReferenceFunctionTest.java

Modified: 
jmeter/trunk/test/src/org/apache/jmeter/functions/ComponentReferenceFunctionTest.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/functions/ComponentReferenceFunctionTest.java?rev=1831463&r1=1831462&r2=1831463&view=diff
==============================================================================
--- 
jmeter/trunk/test/src/org/apache/jmeter/functions/ComponentReferenceFunctionTest.java
 (original)
+++ 
jmeter/trunk/test/src/org/apache/jmeter/functions/ComponentReferenceFunctionTest.java
 Sat May 12 11:09:23 2018
@@ -132,7 +132,7 @@ public class ComponentReferenceFunctionT
             // Is this a work in progress ?
             if (!title.contains("(ALPHA") && !title.contains("(EXPERIMENTAL")) 
{
                 // No, not a work in progress ...
-                String s = "function.xml needs '" + title + "' entry for " + 
funcItem.getClass().getName();
+                String s = "functions.xml needs '" + title + "' entry for " + 
funcItem.getClass().getName();
                 if (!ct) {
                     log.warn(s); // Record in log as well
                 }


Reply via email to