Author: vanto
Date: Sun Jan 9 22:19:42 2011
New Revision: 1057040
URL: http://svn.apache.org/viewvc?rev=1057040&view=rev
Log:
test fix.
Modified:
ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java
Modified:
ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java
URL:
http://svn.apache.org/viewvc/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java?rev=1057040&r1=1057039&r2=1057040&view=diff
==============================================================================
---
ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java
(original)
+++
ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java
Sun Jan 9 22:19:42 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 {