Skip to content

Commit

Permalink
Merge pull request #136 from jamezp/LOGMGR-82
Browse files Browse the repository at this point in the history
[LOGMGR-82] Enable the testPeriodicAndSizeRotate test. Some changes t…
  • Loading branch information
jamezp committed Aug 18, 2017
2 parents 7581f86 + f02c073 commit 6e1a20f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import org.jboss.byteman.contrib.bmunit.BMUnitRunner;
import org.jboss.logmanager.ExtLogRecord;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -165,7 +164,6 @@ public void testBootRotate() throws Exception {
}

@Test
@Ignore("LOGMGR-82")
public void testPeriodicAndSizeRotate() throws Exception {
for (int i=0; i < supportedPeriods.size(); i++) {
//To cut down on unnecessary testing, let's only test
Expand Down

0 comments on commit 6e1a20f

Please sign in to comment.