You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2009/05/13 21:41:46 UTC

svn commit: r774499 - /jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestOnceOnlyController.java

Author: sebb
Date: Wed May 13 19:41:43 2009
New Revision: 774499

URL: http://svn.apache.org/viewvc?rev=774499&view=rev
Log:
Disable Interleave test as we don't yet know what the result should be...

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

Modified: jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestOnceOnlyController.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestOnceOnlyController.java?rev=774499&r1=774498&r2=774499&view=diff
==============================================================================
--- jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestOnceOnlyController.java (original)
+++ jakarta/jmeter/trunk/test/src/org/apache/jmeter/control/TestOnceOnlyController.java Wed May 13 19:41:43 2009
@@ -237,7 +237,8 @@
         assertEquals(expectedNoSamples, counter);
     }
 
-    public void testInsideInterleave() throws Exception {
+    // Test skipped for now as behaviour is not yet properly defined
+    public void notestInsideInterleave() throws Exception {
         // Test to show current problem with InterleaveController
         // I am not sure if the expected order of the samples
         // below are correct, because I am not sure if it is



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org