mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 21:35:44 +08:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-2-18-26'
This commit is contained in:
+1
-1
@@ -288,7 +288,7 @@ public class TextComponentSearcherTest extends AbstractDockingTest {
|
||||
assertNotNull("No match at line: " + n, result);
|
||||
|
||||
SearchLocationContext context = result.getContext();
|
||||
String text = context.getPlainText();
|
||||
String text = context.getPlainText(false);
|
||||
int length = text.length();
|
||||
int maxWithEllipses = max + 6; // ... text ...
|
||||
assertTrue("Length is to long. Expected max %s, but found %s"
|
||||
|
||||
Reference in New Issue
Block a user