Skip to content

Commit c450690

Browse files
committed
#944 Consistency in test name
1 parent 7625828 commit c450690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/firebirdsql/management/FBBackupManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ void testIncludeAndSkipData(String backupSkipData, String backupIncludeData, Str
406406
, SCHEM\\_B, ,
407407
, , , SCHEM\\_B
408408
""")
409-
void testSkipSchemaData(String backupSkipSchemaData, String backupIncludeSchemaData, String restoreSkipSchemaData,
409+
void testIncludeAndSkipSchemaData(String backupSkipSchemaData, String backupIncludeSchemaData, String restoreSkipSchemaData,
410410
String restoreIncludeSchemaData) throws Exception {
411411
assumeSchemaSupport();
412412
setupSkipOrIncludeSchemaDataTest();

0 commit comments

Comments
 (0)