mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 05:11:07 +08:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-10-31-23'
This commit is contained in:
@@ -74,7 +74,8 @@ public class SplashScreenTest extends AbstractDockingTest {
|
|||||||
String newStatusText = "New Status Text";
|
String newStatusText = "New Status Text";
|
||||||
SplashScreen.updateSplashScreenStatus(newStatusText);
|
SplashScreen.updateSplashScreenStatus(newStatusText);
|
||||||
|
|
||||||
String updatedText = statusLabel.getText().trim();
|
waitForSwing();
|
||||||
|
String updatedText = runSwing(() -> statusLabel.getText().trim());
|
||||||
|
|
||||||
assertEquals("The text of the label does not match the updated " + "text that was passed.",
|
assertEquals("The text of the label does not match the updated " + "text that was passed.",
|
||||||
newStatusText, updatedText);
|
newStatusText, updatedText);
|
||||||
|
|||||||
Reference in New Issue
Block a user