mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 03:26:56 +08:00
Fixed test failing due to Front End status panel change to turn newline
characters to spaces
This commit is contained in:
+2
-2
@@ -163,7 +163,7 @@ public class DataTypeMerge8Test extends AbstractDataTypeMergeTest {
|
|||||||
String statusText = label.getText();
|
String statusText = label.getText();
|
||||||
String expectedText =
|
String expectedText =
|
||||||
"Structure Merge: Not enough undefined bytes to fit /XYZ in structure " +
|
"Structure Merge: Not enough undefined bytes to fit /XYZ in structure " +
|
||||||
"/MISC/ABC at offset 0x4.\nIt needs 3 more byte(s) to be able to fit.";
|
"/MISC/ABC at offset 0x4. It needs 3 more byte(s) to be able to fit.";
|
||||||
assertTrue(statusText.contains(expectedText));
|
assertTrue("Wrong status text: " + statusText, statusText.contains(expectedText));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user