Commit a0e88483 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix wrong test name

parent ac317321
......@@ -147,6 +147,8 @@ int main(int argc _U_, char *argv[] _U_) {
!CU_add_test(pSuite, "submit_data", test_nghttp2_submit_data) ||
!CU_add_test(pSuite, "submit_data_read_length_too_large",
test_nghttp2_submit_data_read_length_too_large) ||
!CU_add_test(pSuite, "submit_data_read_length_smallest",
test_nghttp2_submit_data_read_length_smallest) ||
!CU_add_test(pSuite, "submit_data_twice",
test_nghttp2_submit_data_twice) ||
!CU_add_test(pSuite, "submit_request_with_data",
......@@ -300,8 +302,6 @@ int main(int argc _U_, char *argv[] _U_) {
test_nghttp2_frame_pack_headers) ||
!CU_add_test(pSuite, "frame_pack_headers_frame_too_large",
test_nghttp2_frame_pack_headers_frame_too_large) ||
!CU_add_test(pSuite, "frame_pack_headers_frame_smallest",
test_nghttp2_submit_data_read_length_smallest) ||
!CU_add_test(pSuite, "frame_pack_priority",
test_nghttp2_frame_pack_priority) ||
!CU_add_test(pSuite, "frame_pack_rst_stream",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment