You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/09/28 16:10:31 UTC

svn commit: r1527190 - /jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java

Author: pmouawad
Date: Sat Sep 28 14:10:31 2013
New Revision: 1527190

URL: http://svn.apache.org/r1527190
Log:
Clarify what needs to be done when test fails

Modified:
    jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java

Modified: jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java?rev=1527190&r1=1527189&r2=1527190&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java (original)
+++ jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java Sat Sep 28 14:10:31 2013
@@ -264,7 +264,7 @@ public class JMeterTest extends JMeterTe
     public void checkGuiSet() throws Exception {
         guiTitles.remove("Example Sampler");// We don't mind if this is left over
         guiTitles.remove("Sample_Result_Save_Configuration");// Ditto, not a sampler
-        assertEquals("Should not have any names left over", 0, scanprintMap(guiTitles, "GUI"));
+        assertEquals("Should not have any names left over, check name of components in EN (default) Locale, which must match name attribute of component", 0, scanprintMap(guiTitles, "GUI"));
     }
 
     public void checkFunctionSet() throws Exception {