mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-29 15:44:14 +00:00
Fix broken unit test from moving validation code to new class
This commit is contained in:
parent
586d109e7f
commit
a0a2222554
@ -30,6 +30,7 @@ public class TestSwidTagGateway {
|
||||
gateway = new SwidTagGateway();
|
||||
gateway.setRimEventLog(supportRimFile);
|
||||
validator = new SwidTagValidator();
|
||||
validator.setRimEventLog(supportRimFile);
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
Loading…
x
Reference in New Issue
Block a user