You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/10/16 03:38:51 UTC

svn commit: r825734 - in /cxf/branches/2.2.x-fixes: ./ rt/javascript/src/test/java/org/apache/cxf/javascript/DocLitWrappedClientTest.java

Author: dkulp
Date: Fri Oct 16 01:38:51 2009
New Revision: 825734

URL: http://svn.apache.org/viewvc?rev=825734&view=rev
Log:
Merged revisions 825715 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r825715 | dkulp | 2009-10-15 20:36:17 -0400 (Thu, 15 Oct 2009) | 1 line
  
  [CXF-1295] Set test to show that CXF-1295 is fixed
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/DocLitWrappedClientTest.java

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/DocLitWrappedClientTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/DocLitWrappedClientTest.java?rev=825734&r1=825733&r2=825734&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/DocLitWrappedClientTest.java (original)
+++ cxf/branches/2.2.x-fixes/rt/javascript/src/test/java/org/apache/cxf/javascript/DocLitWrappedClientTest.java Fri Oct 16 01:38:51 2009
@@ -55,7 +55,7 @@
     public void before() throws Exception {
         setupRhino("dlw-service-endpoint", 
                    "/org/apache/cxf/javascript/DocLitWrappedTests.js", 
-                   false);
+                   true);
     }
     
     @Override