Skip to content

Commit bc9a6f0

Browse files
committed
[#3587] Fixed mysql_tests.sh.in
Removed duplicate function
1 parent d46b403 commit bc9a6f0

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/bin/admin/tests/mysql_tests.sh.in

-20
Original file line numberDiff line numberDiff line change
@@ -982,26 +982,6 @@ mysql_upgrade_25_to_26_test() {
982982
check_table_column only_in_additional_list dhcp6_client_class
983983
}
984984

985-
mysql_upgrade_25_to_26_test() {
986-
# client_classes been added to dhcp4_options
987-
qry="select client_classes from dhcp4_options limit 1"
988-
run_command \
989-
mysql_execute "${qry}"
990-
assert_eq 0 "${EXIT_CODE}" "${qry}. (expected status code %d, returned %d)"
991-
992-
# client_classes been added to dhcp6_options
993-
qry="select client_classes from dhcp6_options limit 1"
994-
run_command \
995-
mysql_execute "${qry}"
996-
assert_eq 0 "${EXIT_CODE}" "${qry}. (expected status code %d, returned %d)"
997-
998-
qry="select name from option_def_data_type where id = 3"
999-
run_command \
1000-
mysql_execute "${qry}"
1001-
assert_eq 0 "${EXIT_CODE}" "${qry}. (expected status code %d, returned %d)"
1002-
assert_str_eq 'int8' "${OUTPUT}" "${query}: expected output %s, returned %s"
1003-
}
1004-
1005985
mysql_upgrade_test() {
1006986

1007987
test_start "mysql.upgrade"

0 commit comments

Comments
 (0)