Merge pull request #1392 from iBotPeaches/issue/1369

Ignore filename checks to allow unicode filenames
This commit is contained in:
Connor Tumbleson 2016-12-29 09:34:29 -05:00 committed by GitHub
commit 726bd47922
7 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