Rename PacketBuffer tests to follow conventions

Rename file with tests to match code under test.
Rename fixture by moving 'Test' from prefix to suffix

Bug: None
Change-Id: I54c36d3b517bde7cdffa3a7e74528cc464ea7ad7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157301
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29532}
This commit is contained in:
Danil Chapovalov
2019-10-17 19:06:46 +02:00
committed by Commit Bot
parent f07003c2ec
commit 05269ecd0b
2 changed files with 77 additions and 76 deletions

View File

@ -836,6 +836,7 @@ if (rtc_include_tests) {
"jitter_estimator_tests.cc",
"loss_notification_controller_unittest.cc",
"nack_module_unittest.cc",
"packet_buffer_unittest.cc",
"receiver_unittest.cc",
"rtp_frame_reference_finder_unittest.cc",
"session_info_unittest.cc",
@ -850,7 +851,6 @@ if (rtc_include_tests) {
"utility/quality_scaler_unittest.cc",
"utility/simulcast_rate_allocator_unittest.cc",
"video_codec_initializer_unittest.cc",
"video_packet_buffer_unittest.cc",
"video_receiver_unittest.cc",
]
if (rtc_use_h264) {