mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-test-fixes-12-30-25' into patch
This commit is contained in:
@@ -236,7 +236,7 @@ public class ListingPanelTest extends AbstractGhidraHeadedIntegrationTest {
|
|||||||
assertEquals(EolCommentFieldLocation.class, loc.getClass());
|
assertEquals(EolCommentFieldLocation.class, loc.getClass());
|
||||||
bfloc = (EolCommentFieldLocation) loc;
|
bfloc = (EolCommentFieldLocation) loc;
|
||||||
assertEquals(0, bfloc.getRow());
|
assertEquals(0, bfloc.getRow());
|
||||||
assertEquals(70, bfloc.getCharOffset());
|
assertEquals(72, bfloc.getCharOffset());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@@ -273,7 +273,7 @@ public class ListingPanelTest extends AbstractGhidraHeadedIntegrationTest {
|
|||||||
assertEquals(EolCommentFieldLocation.class, loc.getClass());
|
assertEquals(EolCommentFieldLocation.class, loc.getClass());
|
||||||
bfloc = (EolCommentFieldLocation) loc;
|
bfloc = (EolCommentFieldLocation) loc;
|
||||||
assertEquals(1, bfloc.getRow());
|
assertEquals(1, bfloc.getRow());
|
||||||
assertEquals(42, bfloc.getCharOffset());
|
assertEquals(43, bfloc.getCharOffset());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user