Author: bimargulies
Date: Sat Nov 17 11:34:57 2007
New Revision: 595992

URL: http://svn.apache.org/viewvc?rev=595992&view=rev
Log:
Turn the interesting test case back on now that the engine lifecycle is perhaps 
not wrong.

Modified:
    
incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/JsHttpRequestTest.java

Modified: 
incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/JsHttpRequestTest.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/JsHttpRequestTest.java?rev=595992&r1=595991&r2=595992&view=diff
==============================================================================
--- 
incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/JsHttpRequestTest.java
 (original)
+++ 
incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/JsHttpRequestTest.java
 Sat Nov 17 11:34:57 2007
@@ -82,7 +82,7 @@
         testUtilities.rhinoCallExpectingException("INVALID_STATE_ERR", 
"testSendNotOpenError");
     }
     
-    @org.junit.Ignore
+    //@org.junit.Ignore
     @Test
     public void testSyncHttpFetch() throws Exception {
         setupRhino();


Reply via email to