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,5 +1,5 @@
import java
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
import semmle.code.java.security.AndroidCertificatePinningQuery
module Test implements TestSig {

View File

@@ -1,5 +1,5 @@
import java
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
import semmle.code.java.security.AndroidCertificatePinningQuery
module Test implements TestSig {

View File

@@ -1,5 +1,5 @@
import java
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
import semmle.code.java.security.AndroidCertificatePinningQuery
module Test implements TestSig {

View File

@@ -1,5 +1,5 @@
import java
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
import semmle.code.java.security.AndroidCertificatePinningQuery
module Test implements TestSig {

View File

@@ -1,5 +1,5 @@
import java
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
import semmle.code.java.security.AndroidCertificatePinningQuery
module Test implements TestSig {

View File

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

View File

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