DBZ-7649 added missing test annotation

This commit is contained in:
Vaibhav Kushwaha 2024-03-19 01:26:37 +05:30 committed by Jiri Pechanec
parent 7f46f72747
commit a4190be7b4
2 changed files with 2 additions and 0 deletions

View File

@ -508,6 +508,7 @@ Troy Gaines
Tudor Plugaru
V K
Vadzim Ramanenka
Vaibhav Kushwaha
Vasily Ulianko
Vedit Firat Arig
Vincenzo Santonastaso

View File

@ -3422,6 +3422,7 @@ public void shouldThrowRightExceptionWhenNoCustomSnapshotClassProvided() {
assertThat(message.get()).contains("snapshot.mode.custom.name cannot be empty when snapshot.mode 'custom' is defined");
}
@Test
@FixFor("DBZ-5917")
public void shouldIncludeTableWithBackSlashInName() throws Exception {
String setupStmt = "DROP SCHEMA IF EXISTS s1 CASCADE;" +