Revert "Windows build fix (skip checking files in /values* for test application)."

This reverts commit 98ed17ca9d6cd984eb4c31099d5e7b2f4d63aa5d.
This commit is contained in:
Stephan Schmitz 2013-11-18 17:22:44 +01:00
parent 98ed17ca9d
commit b30f8e7f36

View File

@ -161,11 +161,9 @@ public class BuildAndDecodeTest {
@Test
public void qualifiersTest() throws BrutException {
if (!System.getProperty("os.name").toLowerCase().contains("windows")) {
compareValuesFiles("values-mcc004-mnc4-en-rUS-ldrtl-sw100dp-w200dp-h300dp"
+ "-xlarge-long-land-desk-night-xhdpi-finger-keyssoft-12key"
+ "-navhidden-dpad/strings.xml");
}
compareValuesFiles("values-mcc004-mnc4-en-rUS-ldrtl-sw100dp-w200dp-h300dp"
+ "-xlarge-long-land-desk-night-xhdpi-finger-keyssoft-12key"
+ "-navhidden-dpad/strings.xml");
}
@Test