Bug 447026 - Align JUnit tests' root package name with the bundle name
Summary: Align JUnit tests' root package name with the bundle name
Status: RESOLVED WONTFIX
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: 1.0.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2014-10-14 04:18 EDT by Pierre-Charles David CLA
Modified: 2021-03-21 11:08 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.