| Summary: |
org.eclipse.pde.build.internal.tests.p2.P2Tests.testP2SimpleProduct() test failure |
| Product: |
[Eclipse Project] PDE
|
Reporter: |
Curtis Windatt <curtis.windatt.public> |
| Component: |
Build | Assignee: |
John Arthorne <john.arthorne> |
| Status: |
VERIFIED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
P3
|
CC: |
john.arthorne, Michael_Rennie
|
| Version: |
4.3 | |
|
| Target Milestone: |
4.3 M4 | |
|
| Hardware: |
Macintosh | |
|
| OS: |
Mac OS X | |
|
| See Also: |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=299776
|
| Whiteboard: |
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
398434
|
|
|
| Attachments: |
|
expected:<0> but was:<1> junit.framework.AssertionFailedError: expected:<0> but was:<1> at org.eclipse.pde.build.internal.tests.p2.P2TestCase.getIU(P2TestCase.java:170) at org.eclipse.pde.build.internal.tests.p2.P2TestCase.getIU(P2TestCase.java:160) at org.eclipse.pde.build.internal.tests.p2.P2Tests.testP2SimpleProduct(P2Tests.java:97) at org.eclipse.pde.build.tests.PDETestCase.runTest(PDETestCase.java:61) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32) Needs to be debugged on the Mac. The test is looking for a launcher IU, but there is custom code for the mac. Perhaps this information is outdated. String p2Config = ws + '.' + os + '.' + arch; String launcherConfig = os.equals("macosx") ? ws + '.' + os : p2Config;