mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-02 15:04:24 +02:00
parent
dd4a207ec4
commit
1b55105042
@ -27,9 +27,12 @@ import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import brut.util.OSDetection;
|
||||
import org.custommonkey.xmlunit.*;
|
||||
import org.junit.*;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static org.junit.Assume.*;
|
||||
|
||||
import org.xml.sax.SAXException;
|
||||
|
||||
@ -379,6 +382,7 @@ public class BuildAndDecodeTest {
|
||||
|
||||
@Test
|
||||
public void unicodeAssetTest() throws BrutException, IOException {
|
||||
assumeTrue(! OSDetection.isWindows());
|
||||
compareAssetsFolder("unicode-txt");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user