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

Bug 355807

Summary: [Unit Test Failure] NameAndProviderTest.name and BundleTest.name
Product: [Modeling] MoDisco Reporter: Gregoire Dupe <gdupe>
Component: MainAssignee: Nicolas Bros <nicolas.bros>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: hugo.bruneliere, modisco.web-inbox, nicolas.bros
Version: 0.9.1Flags: gdupe: indigo+
Target Milestone: 0.9.1 RC1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Gregoire Dupe CLA 2011-08-25 05:21:04 EDT
The following unit tests fail in the hudson job "modisco-integration-0.9" since the build #5:

org.eclipse.gmt.modisco.tests.AllTests$org.eclipse.gmt.modisco.tests.NameAndProviderTest.name
org.eclipse.gmt.modisco.tests.AllTests$org.eclipse.gmt.modisco.tests.BundleTest.name
Comment 1 Nicolas Bros CLA 2011-08-25 07:46:24 EDT
Fixed in revision 4537.

However, I noticed more violations in other plug-ins:

Wrong Bundle-Name in:
org.eclipse.gmt.modisco.usecase.modelplex.examples.customization -> pluginName
org.eclipse.modisco.eclipseplugin.discoverer.ui -> MoDisco Eclipse Plug-in Discoverer UI
org.eclipse.modisco.infra.browser.custom.examples.generation -> MoDisco example generation of a customization
org.eclipse.modisco.manifest.discoverer.ui -> MoDisco Manifest Discoverer UI
org.eclipse.modisco.properties.discoverer.ui -> MoDisco Properties Discoverer UI

Wrong Bundle-Vendor in:
org.eclipse.gmt.modisco.usecase.modelplex.examples.customization -> providerName

About files are missing in:
org.eclipse.modisco.manifest.discoverer.ui


These plug-ins are not part of the MoDisco SDK, so they are not checked by the unit tests on Hudson.
Comment 2 Nicolas Bros CLA 2011-08-25 08:01:29 EDT
I fixed the remaining violations in revision 4538 (on trunk).
Comment 3 Hugo Bruneliere CLA 2012-05-29 08:31:25 EDT
Issue solved and tested.