From d32540469b5381f7f54ba4c141f5340efabfaf32 Mon Sep 17 00:00:00 2001 From: Joe Farebrother Date: Fri, 26 Aug 2022 16:39:56 +0100 Subject: [PATCH] Moved existing tests to subdirectory --- .../CWE-489/{ => debuggable-attribute}/AndroidManifest.xml | 0 .../DebuggableAttributeEnabledTest.expected | 0 .../DebuggableAttributeEnabledTest.ql | 0 .../security/CWE-489/{ => debuggable-attribute}/Test.java | 0 .../{ => debuggable-attribute}/TestFalse/AndroidManifest.xml | 0 .../{ => debuggable-attribute}/TestNotSet/AndroidManifest.xml | 0 .../{ => debuggable-attribute}/Testbuild/AndroidManifest.xml | 0 .../security/CWE-489/{ => debuggable-attribute}/options | 2 +- 8 files changed, 1 insertion(+), 1 deletion(-) rename java/ql/test/query-tests/security/CWE-489/{ => debuggable-attribute}/AndroidManifest.xml (100%) rename java/ql/test/query-tests/security/CWE-489/{ => debuggable-attribute}/DebuggableAttributeEnabledTest.expected (100%) rename java/ql/test/query-tests/security/CWE-489/{ => debuggable-attribute}/DebuggableAttributeEnabledTest.ql (100%) rename java/ql/test/query-tests/security/CWE-489/{ => debuggable-attribute}/Test.java (100%) rename java/ql/test/query-tests/security/CWE-489/{ => debuggable-attribute}/TestFalse/AndroidManifest.xml (100%) rename java/ql/test/query-tests/security/CWE-489/{ => debuggable-attribute}/TestNotSet/AndroidManifest.xml (100%) rename java/ql/test/query-tests/security/CWE-489/{ => debuggable-attribute}/Testbuild/AndroidManifest.xml (100%) rename java/ql/test/query-tests/security/CWE-489/{ => debuggable-attribute}/options (67%) diff --git a/java/ql/test/query-tests/security/CWE-489/AndroidManifest.xml b/java/ql/test/query-tests/security/CWE-489/debuggable-attribute/AndroidManifest.xml similarity index 100% rename from java/ql/test/query-tests/security/CWE-489/AndroidManifest.xml rename to java/ql/test/query-tests/security/CWE-489/debuggable-attribute/AndroidManifest.xml diff --git a/java/ql/test/query-tests/security/CWE-489/DebuggableAttributeEnabledTest.expected b/java/ql/test/query-tests/security/CWE-489/debuggable-attribute/DebuggableAttributeEnabledTest.expected similarity index 100% rename from java/ql/test/query-tests/security/CWE-489/DebuggableAttributeEnabledTest.expected rename to java/ql/test/query-tests/security/CWE-489/debuggable-attribute/DebuggableAttributeEnabledTest.expected diff --git a/java/ql/test/query-tests/security/CWE-489/DebuggableAttributeEnabledTest.ql b/java/ql/test/query-tests/security/CWE-489/debuggable-attribute/DebuggableAttributeEnabledTest.ql similarity index 100% rename from java/ql/test/query-tests/security/CWE-489/DebuggableAttributeEnabledTest.ql rename to java/ql/test/query-tests/security/CWE-489/debuggable-attribute/DebuggableAttributeEnabledTest.ql diff --git a/java/ql/test/query-tests/security/CWE-489/Test.java b/java/ql/test/query-tests/security/CWE-489/debuggable-attribute/Test.java similarity index 100% rename from java/ql/test/query-tests/security/CWE-489/Test.java rename to java/ql/test/query-tests/security/CWE-489/debuggable-attribute/Test.java diff --git a/java/ql/test/query-tests/security/CWE-489/TestFalse/AndroidManifest.xml b/java/ql/test/query-tests/security/CWE-489/debuggable-attribute/TestFalse/AndroidManifest.xml similarity index 100% rename from java/ql/test/query-tests/security/CWE-489/TestFalse/AndroidManifest.xml rename to java/ql/test/query-tests/security/CWE-489/debuggable-attribute/TestFalse/AndroidManifest.xml diff --git a/java/ql/test/query-tests/security/CWE-489/TestNotSet/AndroidManifest.xml b/java/ql/test/query-tests/security/CWE-489/debuggable-attribute/TestNotSet/AndroidManifest.xml similarity index 100% rename from java/ql/test/query-tests/security/CWE-489/TestNotSet/AndroidManifest.xml rename to java/ql/test/query-tests/security/CWE-489/debuggable-attribute/TestNotSet/AndroidManifest.xml diff --git a/java/ql/test/query-tests/security/CWE-489/Testbuild/AndroidManifest.xml b/java/ql/test/query-tests/security/CWE-489/debuggable-attribute/Testbuild/AndroidManifest.xml similarity index 100% rename from java/ql/test/query-tests/security/CWE-489/Testbuild/AndroidManifest.xml rename to java/ql/test/query-tests/security/CWE-489/debuggable-attribute/Testbuild/AndroidManifest.xml diff --git a/java/ql/test/query-tests/security/CWE-489/options b/java/ql/test/query-tests/security/CWE-489/debuggable-attribute/options similarity index 67% rename from java/ql/test/query-tests/security/CWE-489/options rename to java/ql/test/query-tests/security/CWE-489/debuggable-attribute/options index dacd3cb21df..33cdc1ea940 100644 --- a/java/ql/test/query-tests/security/CWE-489/options +++ b/java/ql/test/query-tests/security/CWE-489/debuggable-attribute/options @@ -1 +1 @@ -//semmle-extractor-options: --javac-args -cp ${testdir}/../../../stubs/google-android-9.0.0 +//semmle-extractor-options: --javac-args -cp ${testdir}/../../../../stubs/google-android-9.0.0