Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2013-07-02 10:39:34 +0000
committerEd Merks2013-07-02 10:39:34 +0000
commitc3f19a5b46cac08ba96b5393005588e547f9acfb (patch)
tree6bb9c964a62f7714a88f960285034a82a409ae8f /tests/org.eclipse.emf.test.ecore.xcore/src
parent321b247dd2b940eacfa9bb499fec090e78d8ae08 (diff)
downloadorg.eclipse.emf-c3f19a5b46cac08ba96b5393005588e547f9acfb.tar.gz
org.eclipse.emf-c3f19a5b46cac08ba96b5393005588e547f9acfb.tar.xz
org.eclipse.emf-c3f19a5b46cac08ba96b5393005588e547f9acfb.zip
[412085] Don't rely on junit4
Diffstat (limited to 'tests/org.eclipse.emf.test.ecore.xcore/src')
-rw-r--r--tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/scoping/LazyCreationProxyUriConverterTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/scoping/LazyCreationProxyUriConverterTest.java b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/scoping/LazyCreationProxyUriConverterTest.java
index db7a748cd..7b65fe927 100644
--- a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/scoping/LazyCreationProxyUriConverterTest.java
+++ b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/scoping/LazyCreationProxyUriConverterTest.java
@@ -28,7 +28,7 @@ import org.junit.runner.RunWith;
import com.google.inject.Inject;
-import static junit.framework.Assert.*;
+import static org.junit.Assert.*;
@RunWith(XtextRunner.class)

Back to the top