Author: pmouawad
Date: Thu Nov 10 23:08:35 2016
New Revision: 1769227

URL: http://svn.apache.org/viewvc?rev=1769227&view=rev
Log:
Bug 60361 - ModuleController : If a Test plan contains a Module Controller 
which references an unexistant Controller, JMeter in GUI mode will not stop
Disable what seems to be a wrong Unit Test
Bugzilla Id: 60361

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1769227&r1=1769226&r2=1769227&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Thu Nov 10 23:08:35 2016
@@ -2645,10 +2645,13 @@ run JMeter unless all the JMeter jars ar
     <antcall target="batchtest">
       <param name="batchtest.name" value="HTMLParserTestFile_2"/>
     </antcall>
+       <!-- Disable Test which seems wrong -->
+       <!--
     <antcall target="batchtest">
-      <!--  Using the same module controller name in command line mode causes 
NPE -->
+      Using the same module controller name in command line mode causes NPE
       <param name="batchtest.name" value="Bug47165"/>
     </antcall>
+       -->
     <antcall target="batchtest">
       <!--  variable in IPSource failed HTTP request if "Concurrent Pool Size" 
is enabled -->
       <!-- N.B. requires access to jmeter.apache.org -->


Reply via email to