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 223668 Details for
Bug 394427
org.eclipse.pde.build.internal.tests.p2.P2Tests.testP2SimpleProduct() test failure
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]
Fix for the tests
Bug-394427--orgeclipsepdebuildinternaltestsp2P2Tests.patch (text/plain), 1.63 KB, created by
Curtis Windatt
on 2012-11-16 13:19:33 EST
(
hide
)
Description:
Fix for the tests
Filename:
MIME Type:
Creator:
Curtis Windatt
Created:
2012-11-16 13:19:33 EST
Size:
1.63 KB
patch
obsolete
>diff --git a/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/P2Tests.java b/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/P2Tests.java >index 3a6b83f..1c559fd 100644 >--- a/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/P2Tests.java >+++ b/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/P2Tests.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2008, 2010 IBM Corporation and others. All rights reserved. >+ * Copyright (c) 2008, 2012 IBM Corporation and others. All rights reserved. > * This program and the accompanying materials are made available under the > * terms of the Eclipse Public License v1.0 which accompanies this distribution, > * and is available at http://www.eclipse.org/legal/epl-v10.html >@@ -62,7 +62,6 @@ > runProductBuild(buildFolder); > > String p2Config = ws + '.' + os + '.' + arch; >- String launcherConfig = os.equals("macosx") ? ws + '.' + os : p2Config; > IMetadataRepository repository = loadMetadataRepository(repoLocation); > assertNotNull(repository); > >@@ -94,7 +93,7 @@ > iu = getIU(repository, "toolingorg.eclipse.equinox.launcher"); > assertTouchpoint(iu, "configure", "addProgramArg(programArg:-startup);addProgramArg(programArg:@artifact);"); > ius.add(iu); >- iu = getIU(repository, "toolingorg.eclipse.equinox.launcher." + launcherConfig); >+ iu = getIU(repository, "toolingorg.eclipse.equinox.launcher." + p2Config); > assertTouchpoint(iu, "configure", "addProgramArg(programArg:--launcher.library);addProgramArg(programArg:@artifact);"); > ius.add(iu); >
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 394427
: 223668