1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

RESOLVED - bug 208102: failures in MBS UI tests

https://bugs.eclipse.org/bugs/show_bug.cgi?id=208102
This commit is contained in:
Chris Recoskie 2007-10-30 19:52:50 +00:00
parent 73e2035f67
commit c281420174

View file

@ -345,7 +345,7 @@ public final class MBSCustomPageManager
Map pagePropertiesMap = (Map) pageIDtoPagePropertiesMap.get(PAGE_ID); Map pagePropertiesMap = (Map) pageIDtoPagePropertiesMap.get(PAGE_ID);
Object projectType = pagePropertiesMap.get(PROJECT_TYPE); Object projectType = pagePropertiesMap.get(PROJECT_TYPE);
List toolchainList = (List) pagePropertiesMap.get(TOOLCHAIN); Set toolchainList = (Set) pagePropertiesMap.get(TOOLCHAIN);
Object nature = pagePropertiesMap.get(NATURE); Object nature = pagePropertiesMap.get(NATURE);
// does the page follow nature and project type constraints? // does the page follow nature and project type constraints?