Skip to content

Commit

Permalink
[TEMP] investigate test-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored and akurtakov committed Apr 11, 2024
1 parent b0651c2 commit 1fc49fa
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -169,18 +169,26 @@ public void testConsole_debuggerAttachmentAndLinkAlignmentAndBehavior_tychoProje

Path parentParentPath = importProjectIntoWorkspace(TYCHO_PROJECT, TYCHO_TEST_PROJECT);

System.out.println("Part 0");
IDocument document = runMavenBuild(parentParentPath.toString(), ILaunchManager.RUN_MODE, ATTR_COLOR_VALUE_NEVER,
entry("debugPort", "8000"));

System.out.println("Part 1");

assertLinkTextAndOpenedEditor(1, "simple.SimpleTest", //
TestRunnerViewPart.class, "JUnit (simple.SimpleTest)", document);

System.out.println("Part 2");

assertLinkTextAndOpenedEditor(0, "org.eclipse.m2e.tests:" + TYCHO_TEST_PROJECT, //
ManifestEditor.class, TYCHO_TEST_PROJECT, document);

System.out.println("Part 3");

assertLinkTextAndOpenedEditor(3, TYCHO_TEST_PROJECT, //
ManifestEditor.class, TYCHO_TEST_PROJECT, document);

System.out.println("Part 4");
assertDebugeePrintOutAndDebuggerLaunch(document, TYCHO_TEST_PROJECT, "8000");
}

Expand Down

0 comments on commit 1fc49fa

Please sign in to comment.