Skip to content

Commit aa2d712

Browse files
committed
Update test linter to not show SQLite version
1 parent 777f5be commit aa2d712

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

schemacrawler-lint/src/test/java/schemacrawler/test/utility/LinterProviderForTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ protected void lint(final Table table, final Connection connection) {
5454
protected void start(final Connection connection) {
5555
addCatalogLint("Test lint for the whole catalog, without a value");
5656
final CrawlInfo crawlInfo = getCrawlInfo();
57-
addCatalogLint("Test lint for database", crawlInfo.getDatabaseVersion());
57+
addCatalogLint("Test lint for database", crawlInfo.getDatabaseVersion().getProductName());
5858
}
5959
}

schemacrawler-lint/src/test/resources/SQLiteLintTest.testSQLiteLint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ System Information
44
========================================================================
55

66
generated by SchemaCrawler 17.11.0
7-
generated on 2026-05-06 14:45:57
7+
generated on 2026-05-06 17:06:02
88
database version SQLite 3.53.1
99
driver version SQLite JDBC 3.53.1.0
1010

@@ -17,7 +17,7 @@ Database [database]
1717
------------------------------------------------------------------------
1818

1919
[lint, low]
20-
Test lint for database SQLite 3.53.1
20+
Test lint for database SQLite
2121
Test lint for the whole catalog, without a value
2222

2323

0 commit comments

Comments
 (0)