mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
build: initial attempt at getting travis windows support
build: force windows onto the bash environment build: update permission (+x) of clean-test file build: "bat" instead of "exe" extension build: attempt to support long-path names on windows build: another attempt at long filepaths on windows build: force +x on scripts prior to execution build: exit with return code of last command build: dump out current path build: dump out current path - part 2 fix: remove 5 chars from path to drop down from 260 windows max path build: correct gradlew.bat path and remove unneeded lines fix: remove long path global configuration fix: restore PATH setting for windows env build: PATH resets between scripts, fix for windows
This commit is contained in:
@ -241,7 +241,7 @@ public class BuildAndDecodeTest extends BaseTest {
|
||||
@Test
|
||||
public void qualifiersTest() throws BrutException {
|
||||
compareValuesFiles("values-mcc004-mnc4-en-rUS-ldrtl-sw100dp-w200dp-h300dp"
|
||||
+ "-xlarge-long-round-highdr-land-desk-night-xhdpi-finger-keyssoft-12key"
|
||||
+ "-long-round-highdr-land-desk-night-xhdpi-finger-keyssoft-12key"
|
||||
+ "-navhidden-dpad-v26/strings.xml");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user