Bug 113110 - TestFailures in DebugSuite
Summary: TestFailures in DebugSuite
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.2 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-19 13:04 EDT by Kevin Barnes CLA
Modified: 2005-10-28 11:34 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 Kevin Barnes CLA 2005-10-19 13:04:15 EDT
The 2 debug test failures common to all platforms are the caused by a variable
getting returned to us as ##<cp entry ignore>## instead of null.

build: I20051018-0932
tests: testVariableExtensionWithNullSourceAttachment and
testVariableExtensionWithNullSourceAttachmentWithExtension
Comment 1 Jerome Lanneluc CLA 2005-10-19 17:11:24 EDT
Changed JavaCore#getClasspathVariable(String) to filter out the CP_ENTRY_IGNORE
value and return null.
Added regression test ClasspathInitializerTests#testVariableInitializer10()
Comment 2 Olivier Thomann CLA 2005-10-28 11:34:05 EDT
Verified for 3.2 M3 using build I20051025-0800+JDT/Core v_618a