1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

bug 309113: Ability to have a single build console for a multi-project build

This commit is contained in:
Andrew Gvozdev 2010-10-23 12:16:09 +00:00
parent 7e18b465e2
commit e609e153a6

View file

@ -99,7 +99,7 @@ public class BuildConsoleTests extends BaseUITestCase {
assertEquals("Text not written to console", stdoutText+stderrText, doc.get()); assertEquals("Text not written to console", stdoutText+stderrText, doc.get());
// verify that the Console view can show the console to the user // verify that the Console view can show the console to the user
BuildConsolePage page = (BuildConsolePage) new Accessor(BuildConsole.class).invoke("getPage"); BuildConsolePage page = (BuildConsolePage) new Accessor(BuildConsole.class).invoke("getCurrentPage");
assertNotNull("Couldn't get the build console page", page); assertNotNull("Couldn't get the build console page", page);
page.selectionChanged(null, new StructuredSelection(simpleProject)); page.selectionChanged(null, new StructuredSelection(simpleProject));