mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-07 21:24:00 -05:00
Test fixes
This commit is contained in:
@@ -63,7 +63,9 @@ public class StubThemeManager extends ThemeManager {
|
||||
|
||||
@Override
|
||||
public void restoreThemeValues() {
|
||||
throw new UnsupportedOperationException();
|
||||
// The test framework will call this to reset the theme between each test run. Some tests
|
||||
// use this stub theme manager by default. It is easier to allow this method to just do
|
||||
// nothing than to throw an exception.
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user