Skip to content

Commit 072f9a2

Browse files
authored
Merge pull request #6 from DirectProjectJavaRI/java-ri-8.1.0
Updating for Java RI 8.1.0.
2 parents 875aba7 + 3a20d36 commit 072f9a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/org/nhindirect/common/audit/impl/FileAuditorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public void testGetEventCount_AssertNoRecords()
184184
public void testGetEventCount_AssertRecordsExist()
185185
{
186186
FileAuditor auditor = new FileAuditor(auditFile);
187+
auditor.clear();
187188
auditor.audit(PRINCIPAL, UNIT_TEST_EVENT);
188189
auditor.audit(PRINCIPAL, UNIT_TEST_EVENT);
189190

0 commit comments

Comments
 (0)