mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Formatting fixes for allowBackup tests
This commit is contained in:
@@ -9,9 +9,7 @@ class AllowBackupEnabledTest extends InlineExpectationsTest {
|
||||
|
||||
override predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
tag = "hasAllowedBackupEnabled" and
|
||||
exists(AndroidApplicationXmlElement androidAppElem |
|
||||
androidAppElem.allowsBackup()
|
||||
|
|
||||
exists(AndroidApplicationXmlElement androidAppElem | androidAppElem.allowsBackup() |
|
||||
androidAppElem.getAttribute("allowBackup").getLocation() = location and
|
||||
element = androidAppElem.getAttribute("debuggable").toString() and
|
||||
value = ""
|
||||
|
||||
Reference in New Issue
Block a user