Skip to content

Commit

Permalink
PowerMock exclusions so test logging works
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Jul 9, 2013
1 parent b149382 commit ebbdb50
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -53,11 +53,13 @@
import org.modeshape.jcr.value.binary.BinaryStore;
import org.modeshape.jcr.value.binary.BinaryStoreException;
import org.modeshape.jcr.value.binary.FileSystemBinaryStore;
import org.powermock.core.classloader.annotations.PowerMockIgnore;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.PowerMockRunner;
import org.slf4j.Logger;

@RunWith(PowerMockRunner.class)
@PowerMockIgnore({"org.slf4j.*", "javax.xml.parsers.*", "org.apache.xerces.*"})
@PrepareForTest({StoreChunkInputStream.class})
public class LowLevelCacheEntryTest {

Expand Down

0 comments on commit ebbdb50

Please sign in to comment.