Skip to content

Commit b1d7a63

Browse files
committed
Renames diagnostic query files and tests
This commit renames the files relating to the diagnostic query that produces information on the number of files extracted. The files have been renamed from "SuccessfullExtractedFiles.*" to "ExtractedFiles.*". All related tests and test files have been renamed too. The `@tags` and `@id` attributes of the queries have been left untouched, consistent with the `@tags` and `@id` for similar queries in other languages.
1 parent aeae208 commit b1d7a63

File tree

12 files changed

+3
-3
lines changed

12 files changed

+3
-3
lines changed
File renamed without changes.

javascript/ql/test/query-tests/Diagnostics/SuccessfullyExtractedFiles.expected renamed to javascript/ql/test/query-tests/Diagnostics/ExtractedFiles.expected

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Diagnostics/ExtractedFiles.ql

javascript/ql/test/query-tests/Diagnostics/SuccessfullyExtractedFiles.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

python/ql/test/query-tests/Diagnostics/SuccessfullyExtractedFiles.expected renamed to python/ql/test/query-tests/Diagnostics/ExtractedFiles.expected

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Diagnostics/ExtractedFiles.ql

python/ql/test/query-tests/Diagnostics/SuccessfullyExtractedFiles.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.

ruby/ql/src/queries/diagnostics/SuccessfullyExtractedFiles.ql renamed to ruby/ql/src/queries/diagnostics/ExtractedFiles.ql

File renamed without changes.

ruby/ql/test/query-tests/diagnostics/SuccessfullyExtractedFiles.expected renamed to ruby/ql/test/query-tests/diagnostics/ExtractedFiles.expected

File renamed without changes.

0 commit comments

Comments
 (0)