You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2011/01/09 23:31:01 UTC

svn commit: r1057043 - /ode/branches/ode-1.3.5.x/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java

Author: vanto
Date: Sun Jan  9 22:31:00 2011
New Revision: 1057043

URL: http://svn.apache.org/viewvc?rev=1057043&view=rev
Log:
test fix.

Modified:
    ode/branches/ode-1.3.5.x/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java

Modified: ode/branches/ode-1.3.5.x/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java?rev=1057043&r1=1057042&r2=1057043&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java (original)
+++ ode/branches/ode-1.3.5.x/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java Sun Jan  9 22:31:00 2011
@@ -9,7 +9,8 @@ import org.apache.ode.bpel.elang.xpath10
 import static org.junit.Assert.*;
 import org.junit.Ignore;
 import org.junit.Test;
-import static org.junit.internal.matchers.StringContains.containsString;
+
+import static org.junit.matchers.JUnitMatchers.containsString;
 
 public class URIResolverTest {