Author: ruwan
Date: Mon Mar  8 04:27:23 2010
New Revision: 920195

URL: http://svn.apache.org/viewvc?rev=920195&view=rev
Log:
Fixing a mistakenly commited code bit, thanks andreas for pointing this

Modified:
    
synapse/branches/1.3/modules/extensions/src/test/java/org/apache/synapse/mediators/bsf/ScriptMediatorTest.java
    
synapse/branches/1.3/modules/transports/core/nhttp/src/test/java/org/apache/synapse/transport/nhttp/HttpCoreNIOListenerTest.java

Modified: 
synapse/branches/1.3/modules/extensions/src/test/java/org/apache/synapse/mediators/bsf/ScriptMediatorTest.java
URL: 
http://svn.apache.org/viewvc/synapse/branches/1.3/modules/extensions/src/test/java/org/apache/synapse/mediators/bsf/ScriptMediatorTest.java?rev=920195&r1=920194&r2=920195&view=diff
==============================================================================
--- 
synapse/branches/1.3/modules/extensions/src/test/java/org/apache/synapse/mediators/bsf/ScriptMediatorTest.java
 (original)
+++ 
synapse/branches/1.3/modules/extensions/src/test/java/org/apache/synapse/mediators/bsf/ScriptMediatorTest.java
 Mon Mar  8 04:27:23 2010
@@ -54,13 +54,13 @@
     }
 
 
-//    public static Test suite() {
-//        TestSuite suite = new TestSuite();
-//        for (int i = 0; i < 10; i++) {
-//            suite.addTest(new RepeatedTest(new 
ScriptMediatorTest("testThreadSafety"), 10));
-//        }
-//        return suite;
-//    }
+    public static Test suite() {
+        TestSuite suite = new TestSuite();
+        for (int i = 0; i < 10; i++) {
+            suite.addTest(new RepeatedTest(new 
ScriptMediatorTest("testThreadSafety"), 10));
+        }
+        return suite;
+    }
 
     public ScriptMediatorTest(String name) {
         super(name);

Modified: 
synapse/branches/1.3/modules/transports/core/nhttp/src/test/java/org/apache/synapse/transport/nhttp/HttpCoreNIOListenerTest.java
URL: 
http://svn.apache.org/viewvc/synapse/branches/1.3/modules/transports/core/nhttp/src/test/java/org/apache/synapse/transport/nhttp/HttpCoreNIOListenerTest.java?rev=920195&r1=920194&r2=920195&view=diff
==============================================================================
--- 
synapse/branches/1.3/modules/transports/core/nhttp/src/test/java/org/apache/synapse/transport/nhttp/HttpCoreNIOListenerTest.java
 (original)
+++ 
synapse/branches/1.3/modules/transports/core/nhttp/src/test/java/org/apache/synapse/transport/nhttp/HttpCoreNIOListenerTest.java
 Mon Mar  8 04:27:23 2010
@@ -33,13 +33,6 @@
         
         // These tests don't work because of a problem similar to SYNAPSE-418
         suite.addExclude("(test=EchoXML)");
-        suite.addExclude("(test=AsyncXML)");
-        suite.addExclude("(test=AsyncTextPlain)");
-        suite.addExclude("(test=AsyncBinary)");
-        suite.addExclude("(test=AsyncSwA)");
-        suite.addExclude("(test=AsyncSOAPLarge)");
-        suite.addExclude("(test=REST)");
-        suite.addExclude("(test=MinConcurrency)");
 
         TransportDescriptionFactory tdfNIO =
             new SimpleTransportDescriptionFactory("http", 
HttpCoreNIOListener.class, 


Reply via email to