Skip to content

Commit eda7bb6

Browse files
committed
Fix: restrict generated test cases to requested rows
1 parent bd1bd8c commit eda7bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/utils/GenerateFlowTestCase.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ newtype TTestCase =
172172
string namespace, string type, boolean subtypes, string name, string signature, string ext,
173173
string inputSpec, string outputSpec
174174
|
175+
any(TargetSummaryModelCsv tsmc).row(row) and
175176
summaryModel(namespace, type, subtypes, name, signature, ext, inputSpec, outputSpec, kind, row) and
176177
callable = interpretElement(namespace, type, subtypes, name, signature, ext) and
177178
Private::External::interpretSpec(inputSpec, input) and

0 commit comments

Comments
 (0)