Add new source kind to CsvValidation

This commit is contained in:
Tony Torralba
2022-06-28 10:16:40 +02:00
parent 49b419c52e
commit e0b4c63a53

View File

@@ -647,7 +647,7 @@ module CsvValidation {
or
exists(string row, string kind | sourceModel(row) |
kind = row.splitAt(";", 7) and
not kind = ["remote", "contentprovider", "android-widget"] and
not kind = ["remote", "contentprovider", "android-widget", "android-external-storage-dir"] and
not kind.matches("qltest%") and
msg = "Invalid kind \"" + kind + "\" in source model."
)