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 2016/11/10 22:32:34 UTC

svn commit: r1769217 - /jmeter/trunk/bin/testfiles/Bug47165.jmx

Author: pmouawad
Date: Thu Nov 10 22:32:34 2016
New Revision: 1769217

URL: http://svn.apache.org/viewvc?rev=1769217&view=rev
Log:
Fix bad plan where Module Controller has lost reference of controller

Modified:
    jmeter/trunk/bin/testfiles/Bug47165.jmx

Modified: jmeter/trunk/bin/testfiles/Bug47165.jmx
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/Bug47165.jmx?rev=1769217&r1=1769216&r2=1769217&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/Bug47165.jmx (original)
+++ jmeter/trunk/bin/testfiles/Bug47165.jmx Thu Nov 10 22:32:34 2016
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jmeterTestPlan version="1.2" properties="2.1">
+<jmeterTestPlan version="1.2" properties="3.1" jmeter="3.1">
   <hashTree>
     <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Bug47165" enabled="true">
       <stringProp name="TestPlan.comments">Causes NPE when run in non-GUI mode on 2.3.2 and earler</stringProp>
@@ -96,7 +96,7 @@
         <ModuleController guiclass="ModuleControllerGui" testclass="ModuleController" testname="Module Controller" enabled="true">
           <collectionProp name="ModuleController.node_path">
             <stringProp name="-1227702913">WorkBench</stringProp>
-            <stringProp name="764597751">Test Plan</stringProp>
+            <stringProp name="-1476373639">Bug47165</stringProp>
             <stringProp name="-1948168983">Thread Group</stringProp>
             <stringProp name="-1591803190">Simple Controller</stringProp>
           </collectionProp>
@@ -105,7 +105,7 @@
         <ModuleController guiclass="ModuleControllerGui" testclass="ModuleController" testname="Module Controller" enabled="true">
           <collectionProp name="ModuleController.node_path">
             <stringProp name="-1227702913">WorkBench</stringProp>
-            <stringProp name="764597751">Test Plan</stringProp>
+            <stringProp name="-1476373639">Bug47165</stringProp>
             <stringProp name="-1948168983">Thread Group</stringProp>
             <stringProp name="-1591803190">Simple Controller</stringProp>
           </collectionProp>