Skip to content

Commit

Permalink
re-enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Oct 13, 2019
1 parent 20a3e1d commit 7bfca79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/test/java/systems/crigges/jmpq3test/MpqTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
import org.slf4j.LoggerFactory;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.Ignore;
import org.testng.annotations.Test;
import systems.crigges.jmpq3.*;
import systems.crigges.jmpq3.compression.RecompressOptions;
import systems.crigges.jmpq3.security.MPQEncryption;

import java.io.*;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.file.Files;
Expand Down Expand Up @@ -136,7 +138,6 @@ public void testRebuild() throws IOException {
}

@Test
@Ignore
public void testRecompressBuild() throws IOException {
File[] mpqs = getMpqs();
RecompressOptions options = new RecompressOptions(true);
Expand Down

0 comments on commit 7bfca79

Please sign in to comment.