mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Corrected test
This commit is contained in:
parent
e6deaf8203
commit
a7cafc049c
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ public class MIThreadTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testParentIdParsing() {
|
public void testParentIdParsing() {
|
||||||
assertEquals("32942", MIThread.parseOsId("Thread 162.32942"));
|
assertEquals("162", MIThread.parseParentId("Thread 162.32942"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue