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:
parent
73e2035f67
commit
c281420174
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||||
|
|
Loading…
Add table
Reference in a new issue