Skip to content

Commit 784933e

Browse files
removed old test calls
1 parent 25d4e4c commit 784933e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

code/tests/cases/test_input.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ FOSSIL_TEST_CASE(c_test_io_gets_with_dialog_long_input) {
105105
}
106106

107107
FOSSIL_TEST_REGISTER(c_input_suite);
108-
FOSSIL_TEST_ADD(c_input_suite, c_test_io_gets);
109-
FOSSIL_TEST_ADD(c_input_suite, c_test_io_gets_buffer_too_small);
110-
FOSSIL_TEST_ADD(c_input_suite, c_test_io_gets_with_dialog);
111108
FOSSIL_TEST_ADD(c_input_suite, c_test_io_gets_with_dialog_empty_buffer);
112109
FOSSIL_TEST_ADD(c_input_suite, c_test_io_gets_empty_input);
113110
FOSSIL_TEST_ADD(c_input_suite, c_test_io_gets_null_buffer);

code/tests/cases/test_input.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ FOSSIL_TEST_CASE(cpp_test_io_gets_with_dialog_long_input) {
105105
}
106106

107107
FOSSIL_TEST_REGISTER(cpp_input_suite);
108-
FOSSIL_TEST_ADD(cpp_input_suite, cpp_test_io_gets);
109-
FOSSIL_TEST_ADD(cpp_input_suite, cpp_test_io_gets_buffer_too_small);
110-
FOSSIL_TEST_ADD(cpp_input_suite, cpp_test_io_gets_with_dialog);
111-
FOSSIL_TEST_ADD(cpp_input_suite, cpp_test_io_gets_with_dialog_empty_buffer);
112108
FOSSIL_TEST_ADD(cpp_input_suite, cpp_test_io_gets_empty_input);
113109
FOSSIL_TEST_ADD(cpp_input_suite, cpp_test_io_gets_null_buffer);
114110
FOSSIL_TEST_ADD(cpp_input_suite, cpp_test_io_gets_null_stream);

0 commit comments

Comments
 (0)