Community
Participate
Working Groups
In the plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TCFTestSuite.java file, line 183, we read: listener.progress("Openning communication channels...", count_done, count_total); which should obviously be: listener.progress("Opening communication channels...", count_done, count_total); This typo was still present as of SVN rev 1407.
I've committed a fix. Thanks!