Fix wrong test name

This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-11 17:28:40 +09:00
parent ac317321fc
commit a0e884836e
1 changed files with 2 additions and 2 deletions

View File

@ -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",