Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355807 - [Unit Test Failure] NameAndProviderTest.name and BundleTest.name
Summary: [Unit Test Failure] NameAndProviderTest.name and BundleTest.name
Status: CLOSED FIXED
Alias: None
Product: MoDisco
Classification: Modeling
Component: Main (show other bugs)
Version: 0.9.1   Edit
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: 0.9.1 RC1   Edit
Assignee: Nicolas Bros CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 05:21 EDT by Gregoire Dupe CLA
Modified: 2015-06-02 10:38 EDT (History)
3 users (show)

See Also:
gdupe: indigo+


Attachments

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