Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 447026

Summary: Align JUnit tests' root package name with the bundle name
Product: [Modeling] Sirius Reporter: Pierre-Charles David <pierre-charles.david>
Component: CoreAssignee: Project inbox <sirius.core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 Keywords: triaged
Version: 1.0.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Pierre-Charles David CLA 2014-10-14 04:18:56 EDT
For the integration of the JUnit tests themselves in bug #441483 we renamed the plug-in from org.eclipse.sirius.tests into org.eclipse.sirius.tests.junit. However we did not change the name of the root Java package, so we have packages oes.tests.unit and oes.tests.suite, and an activator class oes.tests.SiriusTestsPlugin.

This breaks the usual convention of having all code in a bundle inside the namespace corresponding to the bundle's name.