eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

[Unit Test Failure] NameAndProviderTest.name and BundleTest.name #780

Closed eclipse-modisco-bot closed 4 hours ago

eclipse-modisco-bot commented 4 hours ago

| --- | --- | | Bugzilla Link | 355807 | | Status | CLOSED FIXED | | Importance | P2 normal | | Reported | Aug 25, 2011 05:21 EDT | | Modified | Jun 02, 2015 10:38 EDT | | Version | 0.9.1 | | Reporter | Gregoire Dupe |

Description

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

eclipse-modisco-bot commented 4 hours ago

By Nicolas Bros on Aug 25, 2011 07:46

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.

eclipse-modisco-bot commented 4 hours ago

By Nicolas Bros on Aug 25, 2011 08:01

I fixed the remaining violations in revision 4538 (on trunk).

eclipse-modisco-bot commented 4 hours ago

By Hugo Bruneliere on May 29, 2012 08:31

Issue solved and tested.