From b9625dda65a82cd889f14e45c94ac98a7b46ad54 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Wed, 13 Nov 2024 09:27:45 +0100 Subject: [PATCH] C#: Update all test util paths to point to the new location. --- .../Security Features/CWE-759/HashWithoutSalt.qlref | 2 +- csharp/ql/test/library-tests/dataflow/async/Async.ql | 2 +- .../library-tests/dataflow/barrier-guards/barrier-flow.ql | 2 +- .../test/library-tests/dataflow/collections/CollectionFlow.ql | 2 +- .../library-tests/dataflow/constructors/ConstructorFlow.ql | 2 +- .../library-tests/dataflow/external-models/ExternalFlow.ql | 2 +- csharp/ql/test/library-tests/dataflow/fields/FieldFlow.ql | 2 +- .../flowsources/stored/database/dapper/DatabaseSources.ql | 2 +- .../library-tests/dataflow/flowsources/stored/file/Files.ql | 2 +- csharp/ql/test/library-tests/dataflow/global/DataFlowPath.ql | 2 +- .../test/library-tests/dataflow/global/TaintTrackingPath.ql | 2 +- .../ql/test/library-tests/dataflow/operators/operatorFlow.ql | 2 +- csharp/ql/test/library-tests/dataflow/patterns/PatternFlow.ql | 2 +- .../dataflow/threat-models/threat-models-flowtest1.ql | 2 +- .../dataflow/threat-models/threat-models-flowtest2.ql | 2 +- .../dataflow/threat-models/threat-models-flowtest3.ql | 2 +- .../dataflow/threat-models/threat-models-flowtest4.ql | 2 +- .../dataflow/threat-models/threat-models-flowtest5.ql | 2 +- .../dataflow/threat-models/threat-models-flowtest6.ql | 2 +- csharp/ql/test/library-tests/dataflow/tuples/Tuples.ql | 2 +- .../dataflow/typeflow-dispatch/TypeFlowDispatch.ql | 2 +- csharp/ql/test/library-tests/dataflow/types/Types.ql | 2 +- .../test/library-tests/frameworks/EntityFramework/Dataflow.ql | 2 +- .../CWE-020/UntrustedDataToExternalAPI.qlref | 2 +- .../Security Features/CWE-022/TaintedPath/TaintedPath.qlref | 2 +- .../Security Features/CWE-022/ZipSlip/ZipSlip.qlref | 2 +- .../Security Features/CWE-078/CommandInjection.qlref | 2 +- .../Security Features/CWE-079/StoredXSS/StoredXSS.qlref | 2 +- .../test/query-tests/Security Features/CWE-079/XSS/XSS.qlref | 4 ++-- .../query-tests/Security Features/CWE-079/XSSAsp/XSS.qlref | 2 +- .../query-tests/Security Features/CWE-089/SqlInjection.qlref | 2 +- .../query-tests/Security Features/CWE-090/LDAPInjection.qlref | 2 +- .../Security Features/CWE-091/XMLInjection/XMLInjection.qlref | 2 +- .../query-tests/Security Features/CWE-094/CodeInjection.qlref | 2 +- .../Security Features/CWE-099/ResourceInjection.qlref | 2 +- .../Security Features/CWE-112/MissingXMLValidation.qlref | 2 +- .../CWE-114/AssemblyPathInjection/AssemblyPathInjection.qlref | 2 +- .../query-tests/Security Features/CWE-117/LogForging.qlref | 2 +- .../Security Features/CWE-134/UncontrolledFormatString.qlref | 2 +- .../ExposureInTransmittedData/ExposureInTransmittedData.qlref | 2 +- .../CWE-209/ExceptionInformationExposure.qlref | 2 +- .../HardcodedSymmetricEncryptionKey.qlref | 2 +- .../Security Features/CWE-338/InsecureRandomness.qlref | 2 +- .../UnsafeDeserializationUntrustedInput.qlref | 2 +- .../UnsafeDeserializationUntrustedInput.qlref | 2 +- .../Security Features/CWE-601/UrlRedirect/UrlRedirect.qlref | 2 +- .../Security Features/CWE-611/UntrustedDataInsecureXml.qlref | 2 +- .../Security Features/CWE-611/UseXmlSecureResolver.qlref | 2 +- .../Security Features/CWE-643/XPathInjection.qlref | 2 +- .../query-tests/Security Features/CWE-730/ReDoS/ReDoS.qlref | 2 +- .../Security Features/CWE-730/ReDoSGlobalTimeout/ReDoS.qlref | 2 +- .../CWE-730/RegexInjection/RegexInjection.qlref | 2 +- .../Security Features/CWE-807/ConditionalBypass.qlref | 2 +- .../Security Features/CWE-838/InappropriateEncoding.qlref | 2 +- .../query-tests/Useless Code/UnusedLabel/UnusedLabel.qlref | 2 +- csharp/ql/test/utils/inline-tests/PathProblemQuery.qlref | 2 +- csharp/ql/test/utils/inline-tests/ProblemQuery.qlref | 2 +- .../modelgenerator/dataflow/CaptureContentSummaryModels.ql | 2 +- .../utils/modelgenerator/dataflow/CaptureNeutralModels.ql | 2 +- .../test/utils/modelgenerator/dataflow/CaptureSinkModels.ql | 2 +- .../test/utils/modelgenerator/dataflow/CaptureSourceModels.ql | 2 +- .../utils/modelgenerator/dataflow/CaptureSummaryModels.ql | 2 +- .../typebasedflow/CaptureTypeBasedSummaryModels.ql | 2 +- 63 files changed, 64 insertions(+), 64 deletions(-) diff --git a/csharp/ql/test/experimental/Security Features/CWE-759/HashWithoutSalt.qlref b/csharp/ql/test/experimental/Security Features/CWE-759/HashWithoutSalt.qlref index 6489a34005719..4816eabeacbc2 100644 --- a/csharp/ql/test/experimental/Security Features/CWE-759/HashWithoutSalt.qlref +++ b/csharp/ql/test/experimental/Security Features/CWE-759/HashWithoutSalt.qlref @@ -1,2 +1,2 @@ query: experimental/Security Features/CWE-759/HashWithoutSalt.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/library-tests/dataflow/async/Async.ql b/csharp/ql/test/library-tests/dataflow/async/Async.ql index 127a889778c62..fb546d2b43373 100644 --- a/csharp/ql/test/library-tests/dataflow/async/Async.ql +++ b/csharp/ql/test/library-tests/dataflow/async/Async.ql @@ -1,5 +1,5 @@ import csharp -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance class MySink extends DataFlow::ExprNode { MySink() { diff --git a/csharp/ql/test/library-tests/dataflow/barrier-guards/barrier-flow.ql b/csharp/ql/test/library-tests/dataflow/barrier-guards/barrier-flow.ql index 89bd8ff456e85..5d63ff124caa9 100644 --- a/csharp/ql/test/library-tests/dataflow/barrier-guards/barrier-flow.ql +++ b/csharp/ql/test/library-tests/dataflow/barrier-guards/barrier-flow.ql @@ -17,7 +17,7 @@ class StringConstCompareBarrier extends DataFlow::Node { } } -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import PathGraph module FlowConfig implements DataFlow::ConfigSig { diff --git a/csharp/ql/test/library-tests/dataflow/collections/CollectionFlow.ql b/csharp/ql/test/library-tests/dataflow/collections/CollectionFlow.ql index 944f3888cea00..67553b5cbc9fd 100644 --- a/csharp/ql/test/library-tests/dataflow/collections/CollectionFlow.ql +++ b/csharp/ql/test/library-tests/dataflow/collections/CollectionFlow.ql @@ -3,7 +3,7 @@ */ import csharp -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance module ArrayFlowConfig implements DataFlow::ConfigSig { predicate isSource(DataFlow::Node src) { src.asExpr() instanceof ObjectCreation } diff --git a/csharp/ql/test/library-tests/dataflow/constructors/ConstructorFlow.ql b/csharp/ql/test/library-tests/dataflow/constructors/ConstructorFlow.ql index f47c9f4e9a408..f5ad52b8daaa7 100644 --- a/csharp/ql/test/library-tests/dataflow/constructors/ConstructorFlow.ql +++ b/csharp/ql/test/library-tests/dataflow/constructors/ConstructorFlow.ql @@ -3,7 +3,7 @@ */ import csharp -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import ValueFlowTest import PathGraph diff --git a/csharp/ql/test/library-tests/dataflow/external-models/ExternalFlow.ql b/csharp/ql/test/library-tests/dataflow/external-models/ExternalFlow.ql index faba0fc8d002d..4a60c2be1cf83 100644 --- a/csharp/ql/test/library-tests/dataflow/external-models/ExternalFlow.ql +++ b/csharp/ql/test/library-tests/dataflow/external-models/ExternalFlow.ql @@ -4,7 +4,7 @@ import csharp import semmle.code.csharp.dataflow.internal.ExternalFlow -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance import ModelValidation module TaintConfig implements DataFlow::ConfigSig { diff --git a/csharp/ql/test/library-tests/dataflow/fields/FieldFlow.ql b/csharp/ql/test/library-tests/dataflow/fields/FieldFlow.ql index 9336e1b28be02..9ab95f59caf3c 100644 --- a/csharp/ql/test/library-tests/dataflow/fields/FieldFlow.ql +++ b/csharp/ql/test/library-tests/dataflow/fields/FieldFlow.ql @@ -3,7 +3,7 @@ */ import csharp -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import DefaultFlowTest import PathGraph diff --git a/csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/DatabaseSources.ql b/csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/DatabaseSources.ql index aff922884ff50..380de97d8b34c 100644 --- a/csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/DatabaseSources.ql +++ b/csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/DatabaseSources.ql @@ -1,6 +1,6 @@ import csharp import semmle.code.csharp.security.dataflow.flowsources.FlowSources -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import TaintFlowTest module DatabaseConfig implements DataFlow::ConfigSig { diff --git a/csharp/ql/test/library-tests/dataflow/flowsources/stored/file/Files.ql b/csharp/ql/test/library-tests/dataflow/flowsources/stored/file/Files.ql index ad8a40fa07412..032b51da5f6a8 100644 --- a/csharp/ql/test/library-tests/dataflow/flowsources/stored/file/Files.ql +++ b/csharp/ql/test/library-tests/dataflow/flowsources/stored/file/Files.ql @@ -1,6 +1,6 @@ import csharp import semmle.code.csharp.security.dataflow.flowsources.FlowSources -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import TaintFlowTest module FilesConfig implements DataFlow::ConfigSig { diff --git a/csharp/ql/test/library-tests/dataflow/global/DataFlowPath.ql b/csharp/ql/test/library-tests/dataflow/global/DataFlowPath.ql index ae9da166ec1ad..ef61d97718efc 100644 --- a/csharp/ql/test/library-tests/dataflow/global/DataFlowPath.ql +++ b/csharp/ql/test/library-tests/dataflow/global/DataFlowPath.ql @@ -4,7 +4,7 @@ import csharp import Common -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance from Flow::PathNode source, Flow::PathNode sink, string s where diff --git a/csharp/ql/test/library-tests/dataflow/global/TaintTrackingPath.ql b/csharp/ql/test/library-tests/dataflow/global/TaintTrackingPath.ql index 3ac00ad6b71c1..2380a2c8d55bf 100644 --- a/csharp/ql/test/library-tests/dataflow/global/TaintTrackingPath.ql +++ b/csharp/ql/test/library-tests/dataflow/global/TaintTrackingPath.ql @@ -4,7 +4,7 @@ import csharp import Common -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance module Taint = TaintTracking::Global; diff --git a/csharp/ql/test/library-tests/dataflow/operators/operatorFlow.ql b/csharp/ql/test/library-tests/dataflow/operators/operatorFlow.ql index 9336e1b28be02..9ab95f59caf3c 100644 --- a/csharp/ql/test/library-tests/dataflow/operators/operatorFlow.ql +++ b/csharp/ql/test/library-tests/dataflow/operators/operatorFlow.ql @@ -3,7 +3,7 @@ */ import csharp -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import DefaultFlowTest import PathGraph diff --git a/csharp/ql/test/library-tests/dataflow/patterns/PatternFlow.ql b/csharp/ql/test/library-tests/dataflow/patterns/PatternFlow.ql index 9336e1b28be02..9ab95f59caf3c 100644 --- a/csharp/ql/test/library-tests/dataflow/patterns/PatternFlow.ql +++ b/csharp/ql/test/library-tests/dataflow/patterns/PatternFlow.ql @@ -3,7 +3,7 @@ */ import csharp -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import DefaultFlowTest import PathGraph diff --git a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest1.ql b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest1.ql index 6ab5dd571c5ee..20ab589fd032c 100644 --- a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest1.ql +++ b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest1.ql @@ -3,7 +3,7 @@ */ import Test -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance from ThreatModel::PathNode source, ThreatModel::PathNode sink where ThreatModel::flowPath(source, sink) diff --git a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest2.ql b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest2.ql index 6cf8420b7faa2..a81df801fe103 100644 --- a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest2.ql +++ b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest2.ql @@ -4,7 +4,7 @@ */ import Test -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance from ThreatModel::PathNode source, ThreatModel::PathNode sink where ThreatModel::flowPath(source, sink) diff --git a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest3.ql b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest3.ql index e5f4bf043ec95..e849ce86ef1c6 100644 --- a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest3.ql +++ b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest3.ql @@ -4,7 +4,7 @@ */ import Test -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance from ThreatModel::PathNode source, ThreatModel::PathNode sink where ThreatModel::flowPath(source, sink) diff --git a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest4.ql b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest4.ql index 5111ef4b12bda..2af01bef7c09e 100644 --- a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest4.ql +++ b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest4.ql @@ -3,7 +3,7 @@ */ import Test -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance from ThreatModel::PathNode source, ThreatModel::PathNode sink where ThreatModel::flowPath(source, sink) diff --git a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest5.ql b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest5.ql index 9db0ca27bbcdd..7bf450232d557 100644 --- a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest5.ql +++ b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest5.ql @@ -4,7 +4,7 @@ */ import Test -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance from ThreatModel::PathNode source, ThreatModel::PathNode sink where ThreatModel::flowPath(source, sink) diff --git a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest6.ql b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest6.ql index 142e8d9c64627..9a081d385fe2a 100644 --- a/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest6.ql +++ b/csharp/ql/test/library-tests/dataflow/threat-models/threat-models-flowtest6.ql @@ -5,7 +5,7 @@ */ import Test -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance from ThreatModel::PathNode source, ThreatModel::PathNode sink where ThreatModel::flowPath(source, sink) diff --git a/csharp/ql/test/library-tests/dataflow/tuples/Tuples.ql b/csharp/ql/test/library-tests/dataflow/tuples/Tuples.ql index 9336e1b28be02..9ab95f59caf3c 100644 --- a/csharp/ql/test/library-tests/dataflow/tuples/Tuples.ql +++ b/csharp/ql/test/library-tests/dataflow/tuples/Tuples.ql @@ -3,7 +3,7 @@ */ import csharp -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import DefaultFlowTest import PathGraph diff --git a/csharp/ql/test/library-tests/dataflow/typeflow-dispatch/TypeFlowDispatch.ql b/csharp/ql/test/library-tests/dataflow/typeflow-dispatch/TypeFlowDispatch.ql index 9336e1b28be02..9ab95f59caf3c 100644 --- a/csharp/ql/test/library-tests/dataflow/typeflow-dispatch/TypeFlowDispatch.ql +++ b/csharp/ql/test/library-tests/dataflow/typeflow-dispatch/TypeFlowDispatch.ql @@ -3,7 +3,7 @@ */ import csharp -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import DefaultFlowTest import PathGraph diff --git a/csharp/ql/test/library-tests/dataflow/types/Types.ql b/csharp/ql/test/library-tests/dataflow/types/Types.ql index be631788642db..92066d19c32b5 100644 --- a/csharp/ql/test/library-tests/dataflow/types/Types.ql +++ b/csharp/ql/test/library-tests/dataflow/types/Types.ql @@ -3,7 +3,7 @@ */ import csharp -import TestUtilities.InlineFlowTest +import utils.test.InlineFlowTest import PathGraph module TypesConfig implements DataFlow::ConfigSig { diff --git a/csharp/ql/test/library-tests/frameworks/EntityFramework/Dataflow.ql b/csharp/ql/test/library-tests/frameworks/EntityFramework/Dataflow.ql index 10b423d41dcd4..297a2dd54c262 100644 --- a/csharp/ql/test/library-tests/frameworks/EntityFramework/Dataflow.ql +++ b/csharp/ql/test/library-tests/frameworks/EntityFramework/Dataflow.ql @@ -3,7 +3,7 @@ */ import csharp -import TestUtilities.ProvenancePathGraph::ShowProvenance +import utils.test.ProvenancePathGraph::ShowProvenance module TaintConfig implements DataFlow::ConfigSig { predicate isSource(DataFlow::Node node) { node.asExpr().getValue() = "tainted" } diff --git a/csharp/ql/test/query-tests/Security Features/CWE-020/UntrustedDataToExternalAPI.qlref b/csharp/ql/test/query-tests/Security Features/CWE-020/UntrustedDataToExternalAPI.qlref index 1629c8650f814..22d3fe2ef63c7 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-020/UntrustedDataToExternalAPI.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-020/UntrustedDataToExternalAPI.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-020/UntrustedDataToExternalAPI.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-022/TaintedPath/TaintedPath.qlref b/csharp/ql/test/query-tests/Security Features/CWE-022/TaintedPath/TaintedPath.qlref index 4e15db2d2d08b..10abc41286cf3 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-022/TaintedPath/TaintedPath.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-022/TaintedPath/TaintedPath.qlref @@ -1,3 +1,3 @@ query: Security Features/CWE-022/TaintedPath.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-022/ZipSlip/ZipSlip.qlref b/csharp/ql/test/query-tests/Security Features/CWE-022/ZipSlip/ZipSlip.qlref index 7f7fff94e7a99..f8a7ab34e8831 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-022/ZipSlip/ZipSlip.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-022/ZipSlip/ZipSlip.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-022/ZipSlip.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-078/CommandInjection.qlref b/csharp/ql/test/query-tests/Security Features/CWE-078/CommandInjection.qlref index c876a6691386d..366f5105393fb 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-078/CommandInjection.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-078/CommandInjection.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-078/CommandInjection.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/StoredXSS.qlref b/csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/StoredXSS.qlref index 15face9de9c16..89b5b951bdb64 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/StoredXSS.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/StoredXSS.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-079/XSS.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-079/XSS/XSS.qlref b/csharp/ql/test/query-tests/Security Features/CWE-079/XSS/XSS.qlref index df73539b55cd8..493a5fb796e0b 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-079/XSS/XSS.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-079/XSS/XSS.qlref @@ -1,4 +1,4 @@ query: Security Features/CWE-079/XSS.ql postprocess: - - TestUtilities/PrettyPrintModels.ql - - TestUtilities/InlineExpectationsTestQuery.ql \ No newline at end of file + - utils/test/PrettyPrintModels.ql + - utils/test/InlineExpectationsTestQuery.ql \ No newline at end of file diff --git a/csharp/ql/test/query-tests/Security Features/CWE-079/XSSAsp/XSS.qlref b/csharp/ql/test/query-tests/Security Features/CWE-079/XSSAsp/XSS.qlref index 15face9de9c16..89b5b951bdb64 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-079/XSSAsp/XSS.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-079/XSSAsp/XSS.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-079/XSS.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-089/SqlInjection.qlref b/csharp/ql/test/query-tests/Security Features/CWE-089/SqlInjection.qlref index 8608b7dc3e816..56829ee8e8fc4 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-089/SqlInjection.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-089/SqlInjection.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-089/SqlInjection.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-090/LDAPInjection.qlref b/csharp/ql/test/query-tests/Security Features/CWE-090/LDAPInjection.qlref index ef040a2867f81..06bd1eedc4f4b 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-090/LDAPInjection.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-090/LDAPInjection.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-090/LDAPInjection.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-091/XMLInjection/XMLInjection.qlref b/csharp/ql/test/query-tests/Security Features/CWE-091/XMLInjection/XMLInjection.qlref index a35c7cfa2df53..e39297fce1674 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-091/XMLInjection/XMLInjection.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-091/XMLInjection/XMLInjection.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-091/XMLInjection.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-094/CodeInjection.qlref b/csharp/ql/test/query-tests/Security Features/CWE-094/CodeInjection.qlref index 0a90486d1c956..80eedc1b4c7c7 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-094/CodeInjection.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-094/CodeInjection.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-094/CodeInjection.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-099/ResourceInjection.qlref b/csharp/ql/test/query-tests/Security Features/CWE-099/ResourceInjection.qlref index 2c7103f64d8da..5292de5ee84f2 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-099/ResourceInjection.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-099/ResourceInjection.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-099/ResourceInjection.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-112/MissingXMLValidation.qlref b/csharp/ql/test/query-tests/Security Features/CWE-112/MissingXMLValidation.qlref index 5eef94968aa3c..6f71112a01c10 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-112/MissingXMLValidation.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-112/MissingXMLValidation.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-112/MissingXMLValidation.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-114/AssemblyPathInjection/AssemblyPathInjection.qlref b/csharp/ql/test/query-tests/Security Features/CWE-114/AssemblyPathInjection/AssemblyPathInjection.qlref index ff4df6499c8dd..5979609654f9c 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-114/AssemblyPathInjection/AssemblyPathInjection.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-114/AssemblyPathInjection/AssemblyPathInjection.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-114/AssemblyPathInjection.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-117/LogForging.qlref b/csharp/ql/test/query-tests/Security Features/CWE-117/LogForging.qlref index d4d8a972c11d5..a41529bfeb1ce 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-117/LogForging.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-117/LogForging.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-117/LogForging.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-134/UncontrolledFormatString.qlref b/csharp/ql/test/query-tests/Security Features/CWE-134/UncontrolledFormatString.qlref index 61d6f67e3a0c9..88de17860f9c6 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-134/UncontrolledFormatString.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-134/UncontrolledFormatString.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-134/UncontrolledFormatString.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-201/ExposureInTransmittedData/ExposureInTransmittedData.qlref b/csharp/ql/test/query-tests/Security Features/CWE-201/ExposureInTransmittedData/ExposureInTransmittedData.qlref index 5564a9e8e9492..9ce9ee5643ef1 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-201/ExposureInTransmittedData/ExposureInTransmittedData.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-201/ExposureInTransmittedData/ExposureInTransmittedData.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-201/ExposureInTransmittedData.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-209/ExceptionInformationExposure.qlref b/csharp/ql/test/query-tests/Security Features/CWE-209/ExceptionInformationExposure.qlref index 175f84767e451..e8813fef7a812 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-209/ExceptionInformationExposure.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-209/ExceptionInformationExposure.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-209/ExceptionInformationExposure.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-321/HardcodedSymmetricEncryptionKey/HardcodedSymmetricEncryptionKey.qlref b/csharp/ql/test/query-tests/Security Features/CWE-321/HardcodedSymmetricEncryptionKey/HardcodedSymmetricEncryptionKey.qlref index 9b2ed1c95a163..5ec9c0d849c17 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-321/HardcodedSymmetricEncryptionKey/HardcodedSymmetricEncryptionKey.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-321/HardcodedSymmetricEncryptionKey/HardcodedSymmetricEncryptionKey.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-321/HardcodedEncryptionKey.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-338/InsecureRandomness.qlref b/csharp/ql/test/query-tests/Security Features/CWE-338/InsecureRandomness.qlref index c21167a0d4a9f..b2198beb2b45f 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-338/InsecureRandomness.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-338/InsecureRandomness.qlref @@ -1,2 +1,2 @@ query: Security Features/InsecureRandomness.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInput/UnsafeDeserializationUntrustedInput.qlref b/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInput/UnsafeDeserializationUntrustedInput.qlref index eacae70c36be8..a1ffb72bf1083 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInput/UnsafeDeserializationUntrustedInput.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInput/UnsafeDeserializationUntrustedInput.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-502/UnsafeDeserializationUntrustedInput.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInputNewtonsoftJson/UnsafeDeserializationUntrustedInput.qlref b/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInputNewtonsoftJson/UnsafeDeserializationUntrustedInput.qlref index eacae70c36be8..a1ffb72bf1083 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInputNewtonsoftJson/UnsafeDeserializationUntrustedInput.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInputNewtonsoftJson/UnsafeDeserializationUntrustedInput.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-502/UnsafeDeserializationUntrustedInput.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-601/UrlRedirect/UrlRedirect.qlref b/csharp/ql/test/query-tests/Security Features/CWE-601/UrlRedirect/UrlRedirect.qlref index a8908c241def2..fdb38b9ffc006 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-601/UrlRedirect/UrlRedirect.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-601/UrlRedirect/UrlRedirect.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-601/UrlRedirect.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-611/UntrustedDataInsecureXml.qlref b/csharp/ql/test/query-tests/Security Features/CWE-611/UntrustedDataInsecureXml.qlref index 967c6ca922e2e..7f685106e250e 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-611/UntrustedDataInsecureXml.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-611/UntrustedDataInsecureXml.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-611/UntrustedDataInsecureXml.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-611/UseXmlSecureResolver.qlref b/csharp/ql/test/query-tests/Security Features/CWE-611/UseXmlSecureResolver.qlref index 244e05d7e27c4..b11f530792465 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-611/UseXmlSecureResolver.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-611/UseXmlSecureResolver.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-611/UseXmlSecureResolver.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-643/XPathInjection.qlref b/csharp/ql/test/query-tests/Security Features/CWE-643/XPathInjection.qlref index 94967d34da397..a0cdca4727aea 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-643/XPathInjection.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-643/XPathInjection.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-643/XPathInjection.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-730/ReDoS/ReDoS.qlref b/csharp/ql/test/query-tests/Security Features/CWE-730/ReDoS/ReDoS.qlref index ffa0c552ba647..de8c70102e05a 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-730/ReDoS/ReDoS.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-730/ReDoS/ReDoS.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-730/ReDoS.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-730/ReDoSGlobalTimeout/ReDoS.qlref b/csharp/ql/test/query-tests/Security Features/CWE-730/ReDoSGlobalTimeout/ReDoS.qlref index ffa0c552ba647..de8c70102e05a 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-730/ReDoSGlobalTimeout/ReDoS.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-730/ReDoSGlobalTimeout/ReDoS.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-730/ReDoS.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-730/RegexInjection/RegexInjection.qlref b/csharp/ql/test/query-tests/Security Features/CWE-730/RegexInjection/RegexInjection.qlref index 2dff84f920fda..bec7fbac79a53 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-730/RegexInjection/RegexInjection.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-730/RegexInjection/RegexInjection.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-730/RegexInjection.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-807/ConditionalBypass.qlref b/csharp/ql/test/query-tests/Security Features/CWE-807/ConditionalBypass.qlref index bb429faf450f9..b0c208da34811 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-807/ConditionalBypass.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-807/ConditionalBypass.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-807/ConditionalBypass.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Security Features/CWE-838/InappropriateEncoding.qlref b/csharp/ql/test/query-tests/Security Features/CWE-838/InappropriateEncoding.qlref index 453e706f94226..d70d82f471955 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-838/InappropriateEncoding.qlref +++ b/csharp/ql/test/query-tests/Security Features/CWE-838/InappropriateEncoding.qlref @@ -1,2 +1,2 @@ query: Security Features/CWE-838/InappropriateEncoding.ql -postprocess: TestUtilities/PrettyPrintModels.ql +postprocess: utils/test/PrettyPrintModels.ql diff --git a/csharp/ql/test/query-tests/Useless Code/UnusedLabel/UnusedLabel.qlref b/csharp/ql/test/query-tests/Useless Code/UnusedLabel/UnusedLabel.qlref index bbf7012c6eeaf..ae852d3ce4de0 100644 --- a/csharp/ql/test/query-tests/Useless Code/UnusedLabel/UnusedLabel.qlref +++ b/csharp/ql/test/query-tests/Useless Code/UnusedLabel/UnusedLabel.qlref @@ -1,2 +1,2 @@ query: Useless code/UnusedLabel.ql -postprocess: TestUtilities/InlineExpectationsTestQuery.ql \ No newline at end of file +postprocess: utils/test/InlineExpectationsTestQuery.ql \ No newline at end of file diff --git a/csharp/ql/test/utils/inline-tests/PathProblemQuery.qlref b/csharp/ql/test/utils/inline-tests/PathProblemQuery.qlref index 41e5adc69bb53..b40ac3723a216 100644 --- a/csharp/ql/test/utils/inline-tests/PathProblemQuery.qlref +++ b/csharp/ql/test/utils/inline-tests/PathProblemQuery.qlref @@ -1,2 +1,2 @@ query: utils/inline-tests/queries/PathProblemQuery.ql -postprocess: TestUtilities/InlineExpectationsTestQuery.ql \ No newline at end of file +postprocess: utils/test/InlineExpectationsTestQuery.ql \ No newline at end of file diff --git a/csharp/ql/test/utils/inline-tests/ProblemQuery.qlref b/csharp/ql/test/utils/inline-tests/ProblemQuery.qlref index ee7242b6c6c88..658cd07e57a9c 100644 --- a/csharp/ql/test/utils/inline-tests/ProblemQuery.qlref +++ b/csharp/ql/test/utils/inline-tests/ProblemQuery.qlref @@ -1,2 +1,2 @@ query: utils/inline-tests/queries/ProblemQuery.ql -postprocess: TestUtilities/InlineExpectationsTestQuery.ql \ No newline at end of file +postprocess: utils/test/InlineExpectationsTestQuery.ql \ No newline at end of file diff --git a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureContentSummaryModels.ql b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureContentSummaryModels.ql index bed1f3ec09441..0d9e4cd52d9fa 100644 --- a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureContentSummaryModels.ql +++ b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureContentSummaryModels.ql @@ -1,6 +1,6 @@ import csharp import utils.modelgenerator.internal.CaptureModels -import TestUtilities.InlineMadTest +import utils.test.InlineMadTest module InlineMadTestConfig implements InlineMadTestConfigSig { string getCapturedModel(Callable c) { result = ContentSensitive::captureFlow(c, _) } diff --git a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureNeutralModels.ql b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureNeutralModels.ql index 922588049d268..719eca840f460 100644 --- a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureNeutralModels.ql +++ b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureNeutralModels.ql @@ -1,6 +1,6 @@ import csharp import utils.modelgenerator.internal.CaptureModels -import TestUtilities.InlineMadTest +import utils.test.InlineMadTest module InlineMadTestConfig implements InlineMadTestConfigSig { string getCapturedModel(Callable c) { result = captureNoFlow(c) } diff --git a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSinkModels.ql b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSinkModels.ql index 55aa379ddb5de..ecd5a8e9e323f 100644 --- a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSinkModels.ql +++ b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSinkModels.ql @@ -1,6 +1,6 @@ import csharp import utils.modelgenerator.internal.CaptureModels -import TestUtilities.InlineMadTest +import utils.test.InlineMadTest module InlineMadTestConfig implements InlineMadTestConfigSig { string getCapturedModel(Callable c) { result = captureSink(c) } diff --git a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSourceModels.ql b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSourceModels.ql index 790e0754789e2..f5f09b153f82b 100644 --- a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSourceModels.ql +++ b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSourceModels.ql @@ -1,6 +1,6 @@ import csharp import utils.modelgenerator.internal.CaptureModels -import TestUtilities.InlineMadTest +import utils.test.InlineMadTest module InlineMadTestConfig implements InlineMadTestConfigSig { string getCapturedModel(Callable c) { result = captureSource(c) } diff --git a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSummaryModels.ql b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSummaryModels.ql index 29cb8f7fb874b..93c8520caa1b6 100644 --- a/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSummaryModels.ql +++ b/csharp/ql/test/utils/modelgenerator/dataflow/CaptureSummaryModels.ql @@ -1,6 +1,6 @@ import csharp import utils.modelgenerator.internal.CaptureModels -import TestUtilities.InlineMadTest +import utils.test.InlineMadTest module InlineMadTestConfig implements InlineMadTestConfigSig { string getCapturedModel(Callable c) { result = captureFlow(c) } diff --git a/csharp/ql/test/utils/modelgenerator/typebasedflow/CaptureTypeBasedSummaryModels.ql b/csharp/ql/test/utils/modelgenerator/typebasedflow/CaptureTypeBasedSummaryModels.ql index b82afaf71c0a1..782262728794a 100644 --- a/csharp/ql/test/utils/modelgenerator/typebasedflow/CaptureTypeBasedSummaryModels.ql +++ b/csharp/ql/test/utils/modelgenerator/typebasedflow/CaptureTypeBasedSummaryModels.ql @@ -1,5 +1,5 @@ import csharp -import TestUtilities.InlineMadTest +import utils.test.InlineMadTest import utils.modelgenerator.internal.CaptureTypeBasedSummaryModels module InlineMadTestConfig implements InlineMadTestConfigSig {