Bug 225107 - Fix PDE UI test failures in N20080331 build
Summary: Fix PDE UI test failures in N20080331 build
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.4 M7   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-04-01 10:28 EDT by Curtis Windatt CLA
Modified: 2008-04-01 10:58 EDT (History)
1 user (show)

See Also:


Attachments
Proposed fix (5.04 KB, patch)
2008-04-01 10:28 EDT, Curtis Windatt CLA
no flags Details | Diff
mylyn/context/zip (912 bytes, application/octet-stream)
2008-04-01 10:58 EDT, Chris Aniszczyk CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Windatt CLA 2008-04-01 10:28:53 EDT
Created attachment 94366 [details]
Proposed fix

The tests failed in linux because plugins\\org.eclipse.osgi is treated as a single path segment (vs two segments in windows).

Attached patch changes the test to use os specific separators and edit the strip path information method to handle os specific separators.
Comment 1 Curtis Windatt CLA 2008-04-01 10:44:11 EDT
Chris, please review the patch.
Comment 2 Curtis Windatt CLA 2008-04-01 10:47:53 EDT
The patch also adds numbers to each test case to make it easier to see which one is failing.
Comment 3 Chris Aniszczyk CLA 2008-04-01 10:52:46 EDT
looking at it...

thanks for the quick turnaround
Comment 4 Chris Aniszczyk CLA 2008-04-01 10:58:13 EDT
Thanks Curtis.

> 20080401
Comment 5 Chris Aniszczyk CLA 2008-04-01 10:58:17 EDT
Created attachment 94368 [details]
mylyn/context/zip