Author: sebb
Date: Tue Oct  2 17:10:07 2007
New Revision: 581440

URL: http://svn.apache.org/viewvc?rev=581440&view=rev
Log:
Fixup test (methods removed)

Modified:
    
jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestThroughputController.java

Modified: 
jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestThroughputController.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestThroughputController.java?rev=581440&r1=581439&r2=581440&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestThroughputController.java
 (original)
+++ 
jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestThroughputController.java
 Tue Oct  2 17:10:07 2007
@@ -28,8 +28,6 @@
  * controller executed (BYNUMBER) or by the percentage of time it is called
  * (BYPERCENT)
  * 
- * @author Thad Smith
- * @version $Revision$
  */
 public class TestThroughputController extends JMeterTestCase {
                public TestThroughputController(String name) {
@@ -65,8 +63,7 @@
                        for (int counter = 0; counter < order.length; 
counter++) {
                                TestElement sampler = test.next();
                                assertNotNull(sampler);
-                               assertEquals("Counter: " + counter + ", 
executions: " + sub_1.getExecutions() + ", iteration: "
-                                               + sub_1.getIteration(), 
order[counter], sampler.getPropertyAsString(TestElement.NAME));
+                               assertEquals("Counter: " + counter, 
order[counter], sampler.getPropertyAsString(TestElement.NAME));
                        }
                        assertNull(test.next());
                        sub_1.testEnded();



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

Reply via email to