Bug 492771 - Add case sensitive name for "eclipse.app" to test framework
Summary: Add case sensitive name for "eclipse.app" to test framework
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.6   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-30 19:19 EDT by David Williams CLA
Modified: 2016-04-30 19:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2016-04-30 19:19:13 EDT
There are a few spots in our testing "infrastructure" where we look for the existence of "Eclipse.app" on the file system. 

Since our app name has changed case in Neon, it would be best if we could change case in the test framework via a property or similar, instead of trying to change it all the time based on "current value". 

Apparently this doesn't hurt anything on the current system, I assume since it's filesystem has the Mac's default setting of "case-preserving, but case-insensitive". But, someday, someone may need to test on a system where the file system has been set to "case-insensitive".