Author: sebb
Date: Tue Nov  6 07:48:41 2007
New Revision: 592467

URL: http://svn.apache.org/viewvc?rev=592467&view=rev
Log:
Correct the SampleEvent parameter

Modified:
    
jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java

Modified: 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java?rev=592467&r1=592466&r2=592467&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
 (original)
+++ 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
 Tue Nov  6 07:48:41 2007
@@ -170,7 +170,7 @@
                                if (pack == null) {
                                        log.warn("Could not fetch 
SamplePackage");
                                } else {
-                    SampleEvent event = new SampleEvent(res, getName());
+                    SampleEvent event = new SampleEvent(res, 
threadContext.getThreadGroup().getName());
                     // We must set res to null now, before sending the event 
for the transaction,
                     // so that we can ignore that event in our sampleOccured 
method 
                     res = null;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to