mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-17 16:30:18 +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 = new SwidTagGateway();
|
||||||
gateway.setRimEventLog(supportRimFile);
|
gateway.setRimEventLog(supportRimFile);
|
||||||
validator = new SwidTagValidator();
|
validator = new SwidTagValidator();
|
||||||
|
validator.setRimEventLog(supportRimFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterClass
|
@AfterClass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user