cleanup messy logic for bcp qualifiers

This commit is contained in:
Connor Tumbleson
2015-04-11 11:36:31 -05:00
parent 7f487daaf2
commit da3b8c710d
3 changed files with 21 additions and 8 deletions

View File

@ -204,7 +204,7 @@ public class BuildAndDecodeTest {
@Test
public void threeLetterLangBcp47Test() throws BrutException, IOException {
compareValuesFiles("values-b+ast/strings.xml");
compareValuesFiles("values-ast/strings.xml");
}
@Test