diff options
author | Ed Merks | 2016-08-19 16:05:39 +0000 |
---|---|---|
committer | Ed Merks | 2016-08-19 16:05:39 +0000 |
commit | e45b9ec09087d23bef3cd4241b4d51ecc37a3e4d (patch) | |
tree | 23831668b2553d181aac9de4775230b932a84088 /tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation | |
parent | 5598c13ae3562e5740f21579cec30c2391f883c7 (diff) | |
download | org.eclipse.emf-e45b9ec09087d23bef3cd4241b4d51ecc37a3e4d.tar.gz org.eclipse.emf-e45b9ec09087d23bef3cd4241b4d51ecc37a3e4d.tar.xz org.eclipse.emf-e45b9ec09087d23bef3cd4241b4d51ecc37a3e4d.zip |
[releng] Fix tests problems caused by 2.10 generated injector provider
Diffstat (limited to 'tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation')
-rw-r--r-- | tests/org.eclipse.emf.test.ecore.xcore/src/org/eclipse/emf/test/ecore/xcore/validation/XcoreValidationTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 3242be49e..e4188f06c 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 @@ -11,7 +11,7 @@ package org.eclipse.emf.test.ecore.xcore.validation; import java.util.List; import org.eclipse.emf.ecore.util.EcoreValidator; -import org.eclipse.emf.ecore.xcore.XcoreInjectorProvider; +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; @@ -53,7 +53,7 @@ import com.google.inject.Inject; * {@link EcoreValidator#WELL_FORMED_SOURCE_URI}, * */ -@InjectWith(XcoreInjectorProvider.class) +@InjectWith(XcoreStandaloneInjectorProvider.class) @RunWith(XcoreParameterizedTestRunner.class) @ResourceURIs(baseDir = "test-models/org/eclipse/emf/test/ecore/xcore/validation", fileExtensions = "xcore_test") public class XcoreValidationTest |