Ignore filename checks to allow unicode filenames

- fixes #1369
 - aapt binaries for mac osx
This commit is contained in:
Connor Tumbleson 2016-12-24 07:45:54 -05:00
parent 166bf508e2
commit b6127d2a31
4 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -380,7 +380,7 @@ public class BuildAndDecodeTest {
@Test
public void unicodeAssetTest() throws BrutException, IOException {
// failure using (unicode)
compareAssetsFolder("unicode-txt");
}
@Test