diff options
author | Ed Merks | 2017-08-15 07:29:11 +0000 |
---|---|---|
committer | Ed Merks | 2017-08-15 07:29:11 +0000 |
commit | ee82c7f9d18b9a18d09ec3c80efc4b5d8aae45c2 (patch) | |
tree | 1894237892319b553eac6739935e9e49e7b25fee /tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation | |
parent | d53eabe27d7cad08be37b5c1d62c38a55a0dd002 (diff) | |
download | org.eclipse.emf-ee82c7f9d18b9a18d09ec3c80efc4b5d8aae45c2.tar.gz org.eclipse.emf-ee82c7f9d18b9a18d09ec3c80efc4b5d8aae45c2.tar.xz org.eclipse.emf-ee82c7f9d18b9a18d09ec3c80efc4b5d8aae45c2.zip |
[520970] Eliminate warnings in Xcore
Diffstat (limited to 'tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation')
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreParameterizedTestRunner.java b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreParameterizedTestRunner.java index 707a6876d..e2b30de26 100644 --- a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreParameterizedTestRunner.java +++ b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreParameterizedTestRunner.java @@ -13,7 +13,7 @@ import java.util.List; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.resource.ResourceSet; import org.eclipse.emf.test.ecore.xcore.legacy_xpect_runner.ParameterizedXtextRunner; -import org.eclipse.xtext.junit4.IInjectorProvider; +import org.eclipse.xtext.testing.IInjectorProvider; import org.eclipse.xtext.resource.XtextResource; import org.eclipse.xtext.resource.XtextResourceFactory; import org.junit.runners.model.InitializationError; diff --git a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java index e4188f06c..2ebaf8a14 100644 --- a/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java +++ b/tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java @@ -15,7 +15,7 @@ import org.eclipse.emf.test.ecore.xcore.XcoreStandaloneInjectorProvider; import org.eclipse.emf.test.ecore.xcore.legacy_xpect_runner.InjectParameter; import org.eclipse.emf.test.ecore.xcore.legacy_xpect_runner.ResourceURIs; import org.eclipse.emf.test.ecore.xcore.legacy_xpect_runner.XpectLines; -import org.eclipse.xtext.junit4.InjectWith; +import org.eclipse.xtext.testing.InjectWith; import org.eclipse.xtext.resource.XtextResource; import org.eclipse.xtext.util.CancelIndicator; import org.eclipse.xtext.validation.CheckMode; |