You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2007/11/18 16:31:34 UTC

svn commit: r596092 - /incubator/cxf/trunk/rt/javascript/src/test/java/org/apache/cxf/javascript/JsHttpRequestTest.java

Author: bimargulies
Date: Sun Nov 18 07:31:34 2007
New Revision: 596092

URL: http://svn.apache.org/viewvc?rev=596092&view=rev
Log:
Enable the XMLHttpRequest tests, now that I've finished losing my battle with Rhino.

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=596092&r1=596091&r2=596092&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 Sun Nov 18 07:31:34 2007
@@ -34,7 +34,6 @@
 /**
  * 
  */
-@org.junit.Ignore
 public class JsHttpRequestTest extends AbstractCXFSpringTest {
 
     // shadow declaration from base class.
@@ -82,7 +81,6 @@
         testUtilities.rhinoCallExpectingException("INVALID_STATE_ERR", "testSendNotOpenError");
     }
     
-    //@org.junit.Ignore
     @Test
     public void testSyncHttpFetch() throws Exception {
         setupRhino();