Java: Update all test util paths to point to the new location.

This commit is contained in:
Michael Nebel
2024-11-12 16:38:21 +01:00
parent 91cfb30513
commit 0a1d2d0bbb
226 changed files with 226 additions and 226 deletions

View File

@@ -1,6 +1,6 @@
import java
import semmle.code.java.security.CleartextStorageAndroidDatabaseQuery
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
module CleartextStorageAndroidDatabaseTest implements TestSig {
string getARelevantTag() { result = "hasCleartextStorageAndroidDatabase" }

View File

@@ -1,6 +1,6 @@
import java
import semmle.code.java.security.CleartextStorageAndroidFilesystemQuery
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
module CleartextStorageAndroidFilesystemTest implements TestSig {
string getARelevantTag() { result = "hasCleartextStorageAndroidFilesystem" }

View File

@@ -1,6 +1,6 @@
import java
import semmle.code.java.security.CleartextStorageSharedPrefsQuery
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
module CleartextStorageSharedPrefsTest implements TestSig {
string getARelevantTag() { result = "hasCleartextStorageSharedPrefs" }