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