DBZ-222 Readded readbinlog_test.product and readbinlog_test.purchased to MySqlConnectorIT

This commit is contained in:
Omar Al-Safi 2017-04-19 12:49:27 +02:00 committed by Gunnar Morling
parent 791545c5f4
commit 2a17748a95

View File

@ -241,7 +241,9 @@ public void shouldValidateAcceptableConfiguration() {
Recommender tableNameRecommender = MySqlConnectorConfig.TABLE_WHITELIST.recommender();
List<Object> tableNames = tableNameRecommender.validValues(MySqlConnectorConfig.TABLE_WHITELIST, config);
Testing.debug("List of tableNames: " + tableNames);
assertThat(tableNames).containsOnly("readbinlog_test.person",
assertThat(tableNames).containsOnly("readbinlog_test.product",
"readbinlog_test.purchased",
"readbinlog_test.person",
"connector_test.customers",
"connector_test.orders",
"connector_test.products",