Skip to content

Commit 10b392e

Browse files
committed
Test more schema collections.
Signed-off-by: Bradley Grainger <[email protected]>
1 parent d5e1c64 commit 10b392e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/SideBySide/SchemaProviderTests.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,16 @@ void AssertHasColumn(string name, Type type)
8585
[InlineData("Triggers")]
8686
[InlineData("Views")]
8787
#if !BASELINE
88+
[InlineData("CharacterSets")]
8889
[InlineData("CollationCharacterSetApplicability")]
90+
[InlineData("Collations")]
8991
[InlineData("Engines")]
9092
[InlineData("KeyColumnUsage")]
9193
[InlineData("Parameters")]
9294
[InlineData("Partitions")]
9395
[InlineData("Plugins")]
94-
[InlineData("Profiling")]
9596
[InlineData("ProcessList")]
97+
[InlineData("Profiling")]
9698
[InlineData("ReferentialConstraints")]
9799
[InlineData("SchemaPrivileges")]
98100
[InlineData("TableConstraints")]

0 commit comments

Comments
 (0)