File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
cpp/ql/test/TestUtilities
csharp/ql/test/TestUtilities
java/ql/test/TestUtilities
ruby/ql/test/TestUtilities
swift/ql/test/TestUtilities Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156
156
not actualResult .getTag ( ) = this .getARelevantTag ( ) and
157
157
element = actualResult and
158
158
message =
159
- "Tag mismatch: Actual result with tag " + actualResult .getTag ( ) +
160
- " that is not part of getARelevantTag()"
159
+ "Tag mismatch: Actual result with tag ' " + actualResult .getTag ( ) +
160
+ "' that is not part of getARelevantTag()"
161
161
)
162
162
or
163
163
exists ( ValidExpectation expectation |
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156
156
not actualResult .getTag ( ) = this .getARelevantTag ( ) and
157
157
element = actualResult and
158
158
message =
159
- "Tag mismatch: Actual result with tag " + actualResult .getTag ( ) +
160
- " that is not part of getARelevantTag()"
159
+ "Tag mismatch: Actual result with tag ' " + actualResult .getTag ( ) +
160
+ "' that is not part of getARelevantTag()"
161
161
)
162
162
or
163
163
exists ( ValidExpectation expectation |
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156
156
not actualResult .getTag ( ) = this .getARelevantTag ( ) and
157
157
element = actualResult and
158
158
message =
159
- "Tag mismatch: Actual result with tag " + actualResult .getTag ( ) +
160
- " that is not part of getARelevantTag()"
159
+ "Tag mismatch: Actual result with tag ' " + actualResult .getTag ( ) +
160
+ "' that is not part of getARelevantTag()"
161
161
)
162
162
or
163
163
exists ( ValidExpectation expectation |
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156
156
not actualResult .getTag ( ) = this .getARelevantTag ( ) and
157
157
element = actualResult and
158
158
message =
159
- "Tag mismatch: Actual result with tag " + actualResult .getTag ( ) +
160
- " that is not part of getARelevantTag()"
159
+ "Tag mismatch: Actual result with tag ' " + actualResult .getTag ( ) +
160
+ "' that is not part of getARelevantTag()"
161
161
)
162
162
or
163
163
exists ( ValidExpectation expectation |
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156
156
not actualResult .getTag ( ) = this .getARelevantTag ( ) and
157
157
element = actualResult and
158
158
message =
159
- "Tag mismatch: Actual result with tag " + actualResult .getTag ( ) +
160
- " that is not part of getARelevantTag()"
159
+ "Tag mismatch: Actual result with tag ' " + actualResult .getTag ( ) +
160
+ "' that is not part of getARelevantTag()"
161
161
)
162
162
or
163
163
exists ( ValidExpectation expectation |
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156
156
not actualResult .getTag ( ) = this .getARelevantTag ( ) and
157
157
element = actualResult and
158
158
message =
159
- "Tag mismatch: Actual result with tag " + actualResult .getTag ( ) +
160
- " that is not part of getARelevantTag()"
159
+ "Tag mismatch: Actual result with tag ' " + actualResult .getTag ( ) +
160
+ "' that is not part of getARelevantTag()"
161
161
)
162
162
or
163
163
exists ( ValidExpectation expectation |
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156
156
not actualResult .getTag ( ) = this .getARelevantTag ( ) and
157
157
element = actualResult and
158
158
message =
159
- "Tag mismatch: Actual result with tag " + actualResult .getTag ( ) +
160
- " that is not part of getARelevantTag()"
159
+ "Tag mismatch: Actual result with tag ' " + actualResult .getTag ( ) +
160
+ "' that is not part of getARelevantTag()"
161
161
)
162
162
or
163
163
exists ( ValidExpectation expectation |
You can’t perform that action at this time.
0 commit comments