Bug 572076: [SysML 1.6] There is failing tests since we migrate to papyrus 5.0 and remove reexport dependencies
fix thees JUnit tests :
  - org.eclipse.papyrus.sysml16.ui.tests.images.SysmlProfileImageTest.testImageLocation
  - org.eclipse.papyrus.sysml16.ui.tests.resources.NewChildMenuTest.checkMenuNewChildElementTypeIdRefs
  - org.eclipse.papyrus.sysml16.ui.tests.resources.ModelValidationTest.validateModel[1]
  - org.eclipse.papyrus.sysml16.ui.tests.resources.ExpressionValidationTest.useValidation
  - org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest.useValidation[0]
  - org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest.useValidation[1]
  - org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest.useValidation[2]
  - org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest.useValidation[3]

Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Change-Id: Ifa283d9f67a07b7703bc66d21f17ea486b082b73
diff --git a/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/META-INF/MANIFEST.MF b/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/META-INF/MANIFEST.MF
index f5b7181..e68761a 100644
--- a/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/META-INF/MANIFEST.MF
+++ b/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/META-INF/MANIFEST.MF
@@ -5,9 +5,16 @@
  org.eclipse.papyrus.infra.types.core;bundle-version="[5.0.0,6.0.0)",
  org.eclipse.papyrus.sysml16.ui;bundle-version="[2.0.0,3.0.0)",
  org.eclipse.papyrus.sysml16;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.papyrus.sysml16.edit;bundle-version="[2.0.0,3.0.0)",
  org.eclipse.papyrus.uml.tools.utils;bundle-version="[4.0.0,5.0.0)",
  org.eclipse.uml2.uml.profile.standard;bundle-version="[1.5.0,2.0.0)",
- org.junit;bundle-version="[4.13.0,5.0.0)"
+ org.junit;bundle-version="[4.13.0,5.0.0)",
+ org.eclipse.papyrus.sysml16.service.types;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.papyrus.sysml16.nattable.common;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.papyrus.sysml16.diagram.internalblock;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.papyrus.sysml16.diagram.parametric;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.papyrus.sysml16.diagram.requirement;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.papyrus.sysml16.diagram.blockdefinition;bundle-version="[2.0.0,3.0.0)"
 Bundle-Vendor: %Bundle-Vendor
 Bundle-Version: 2.0.0.qualifier
 Bundle-Name: %Bundle-Name