Rename tests to prevent clashing with old audio test

Bug: webrtc:10138
Change-Id: Ice785dad8646d28b2a2a7faa5d852679db41fbaa
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144783
Reviewed-by: Ivo Creusen <ivoc@webrtc.org>
Reviewed-by: Oskar Sundbom <ossu@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28507}
This commit is contained in:
Artem Titov
2019-07-08 15:28:26 +02:00
committed by Commit Bot
parent 94c58fd815
commit 4a126e45c3

View File

@ -100,7 +100,7 @@ void PrintTestInfo() {
} // namespace
TEST(PCLowBandwidthAudioTest, GoodNetworkHighBitrate) {
TEST(PCLowBandwidthAudioTest, PCGoodNetworkHighBitrate) {
std::unique_ptr<NetworkEmulationManager> network_emulation_manager =
CreateNetworkEmulationManager();
auto fixture = CreateTestFixture(
@ -120,7 +120,7 @@ TEST(PCLowBandwidthAudioTest, GoodNetworkHighBitrate) {
PrintTestInfo();
}
TEST(PCLowBandwidthAudioTest, Mobile2GNetwork) {
TEST(PCLowBandwidthAudioTest, PCMobile2GNetwork) {
std::unique_ptr<NetworkEmulationManager> network_emulation_manager =
CreateNetworkEmulationManager();
BuiltInNetworkBehaviorConfig config;