mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
bug 309113: Ability to have a single build console for a multi-project build
This commit is contained in:
parent
7e18b465e2
commit
e609e153a6
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ public class BuildConsoleTests extends BaseUITestCase {
|
|||
assertEquals("Text not written to console", stdoutText+stderrText, doc.get());
|
||||
|
||||
// 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);
|
||||
|
||||
page.selectionChanged(null, new StructuredSelection(simpleProject));
|
||||
|
|
Loading…
Add table
Reference in a new issue