TCI - Fixed package export and package names of view template test
fragments

Change-Id: Ie9beff9a1a86b65bc0e0da984197ad5042697b2d
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
diff --git a/tests/org.eclipse.emf.ecp.view.template.model.test/META-INF/MANIFEST.MF b/tests/org.eclipse.emf.ecp.view.template.model.test/META-INF/MANIFEST.MF
index d3eb704..61d4c6d 100644
--- a/tests/org.eclipse.emf.ecp.view.template.model.test/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.emf.ecp.view.template.model.test/META-INF/MANIFEST.MF
@@ -16,7 +16,7 @@
  org.eclipse.emf.ecp.view.template.style.reference.model.impl;version="1.18.0";x-internal:=true,
  org.eclipse.emf.ecp.view.template.style.tab.model.impl;version="1.18.0";x-internal:=true,
  org.eclipse.emf.ecp.view.template.style.tableStyleProperty.model.impl;version="1.18.0";x-internal:=true,
- org.eclipse.emf.ecp.view.template.style.tableValidation.model;version="1.18.0";x-internal:=true,
+ org.eclipse.emf.ecp.view.template.style.tableValidation.model.impl;version="1.18.0";x-internal:=true,
  org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl;version="1.18.0";x-internal:=true,
  org.eclipse.emf.ecp.view.template.style.unsettable.model.impl;version="1.18.0";x-internal:=true,
  org.eclipse.emf.ecp.view.template.style.validation.model.impl;version="1.18.0";x-internal:=true,
diff --git a/tests/org.eclipse.emf.ecp.view.template.model.test/src/org/eclipse/emf/ecp/view/template/style/tableValidation/model/VTTableValidationStylePropertyImpl_Test.java b/tests/org.eclipse.emf.ecp.view.template.model.test/src/org/eclipse/emf/ecp/view/template/style/tableValidation/model/impl/VTTableValidationStylePropertyImpl_Test.java
similarity index 95%
rename from tests/org.eclipse.emf.ecp.view.template.model.test/src/org/eclipse/emf/ecp/view/template/style/tableValidation/model/VTTableValidationStylePropertyImpl_Test.java
rename to tests/org.eclipse.emf.ecp.view.template.model.test/src/org/eclipse/emf/ecp/view/template/style/tableValidation/model/impl/VTTableValidationStylePropertyImpl_Test.java
index 549bd4c..30e03af 100644
--- a/tests/org.eclipse.emf.ecp.view.template.model.test/src/org/eclipse/emf/ecp/view/template/style/tableValidation/model/VTTableValidationStylePropertyImpl_Test.java
+++ b/tests/org.eclipse.emf.ecp.view.template.model.test/src/org/eclipse/emf/ecp/view/template/style/tableValidation/model/impl/VTTableValidationStylePropertyImpl_Test.java
@@ -9,12 +9,13 @@
  * Contributors:
  * Lucas Koehler - initial API and implementation
  ******************************************************************************/
-package org.eclipse.emf.ecp.view.template.style.tableValidation.model;
+package org.eclipse.emf.ecp.view.template.style.tableValidation.model.impl;
 
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 
-import org.eclipse.emf.ecp.view.template.style.tableValidation.model.impl.VTTableValidationStylePropertyImpl;
+import org.eclipse.emf.ecp.view.template.style.tableValidation.model.VTTableValidationFactory;
+import org.eclipse.emf.ecp.view.template.style.tableValidation.model.VTTableValidationStyleProperty;
 import org.junit.Test;
 
 /**
diff --git a/tests/org.eclipse.emf.ecp.view.template.service.test/META-INF/MANIFEST.MF b/tests/org.eclipse.emf.ecp.view.template.service.test/META-INF/MANIFEST.MF
index 2007acb..7887482 100644
--- a/tests/org.eclipse.emf.ecp.view.template.service.test/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.emf.ecp.view.template.service.test/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@
 Bundle-Version: 1.18.0.qualifier
 Bundle-Vendor: Eclipse Modeling Project
 Fragment-Host: org.eclipse.emf.ecp.view.template.service;bundle-version="[1.18.0,1.19.0)"
-Export-Package: org.eclipse.emf.ecp.spi.view.template.service;version="1.18.0";x-internal:=true,
+Export-Package: org.eclipse.emf.ecp.spi.view.template.service;version="1.18.0",
  org.eclipse.emf.ecp.view.template.service;version="1.18.0";x-internal:=true,
  org.eclipse.emf.ecp.view.template.service.test;version="1.18.0";x-internal:=true
 Require-Bundle: org.eclipse.emf.ecp.view.label.model;bundle-version="[1.18.0,1.19.0)",