Fix wrong test name
This commit is contained in:
parent
ac317321fc
commit
a0e884836e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue