Skip to content

Commit 1c60692

Browse files
committed
Print available strata
1 parent 9f078f5 commit 1c60692

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/StratumTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ public void testAvailableStrata() throws Exception {
5454
// as of 2018-11-15 java 12 was not supported by the sourcelookup agent
5555
// as of 2019-05-05 java 12 is supported by the sourcelookup agent
5656
// as of 2019-10-14 java 13 is supported by the sourcelookup agent
57+
for (String s : strata) {
58+
System.out.println(s);
59+
}
5760
assertEquals("Wrong number of available strata", 1, strata.length);
5861
assertEquals("Wrong strata", "Java", strata[0]);
5962
} else {

0 commit comments

Comments
 (0)