Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 134178 Details for
Bug 274695
[publisher] Redundant 'feature.jars' entry on "Review license" page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch for the FeaturesActionTest
featuresactiontest.patch (text/plain), 1.34 KB, created by
Thomas Hallgren
on 2009-05-03 11:52:48 EDT
(
hide
)
Description:
Patch for the FeaturesActionTest
Filename:
MIME Type:
Creator:
Thomas Hallgren
Created:
2009-05-03 11:52:48 EDT
Size:
1.34 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.p2.tests >Index: src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java,v >retrieving revision 1.16 >diff -u -r1.16 FeaturesActionTest.java >--- src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java 26 Apr 2009 19:05:49 -0000 1.16 >+++ src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java 3 May 2009 15:50:21 -0000 >@@ -156,6 +156,12 @@ > contains(barProvidedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "feature", fooVersion); //$NON-NLS-1$ > contains(barProvidedCapabilities, "org.eclipse.update.feature", BAR, barVersion); //$NON-NLS-1$ > assertTrue(barProvidedCapabilities.length == 3); >+ >+ // Verify that only one of foo and foo group has a license >+ assertTrue(foo.getLicense() != null || fooGroup.getLicense() != null); >+ assertTrue(foo.getCopyright() != null || fooGroup.getCopyright() != null); >+ assertFalse(foo.getLicense() != null && fooGroup.getLicense() != null); >+ assertFalse(foo.getCopyright() != null && fooGroup.getCopyright() != null); > } > > private void verifyArtifacts() throws IOException {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274695
:
134117
| 134178 |
134456
|
134476
|
134493