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:
@ -100,7 +100,7 @@ void PrintTestInfo() {
|
|||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
TEST(PCLowBandwidthAudioTest, GoodNetworkHighBitrate) {
|
TEST(PCLowBandwidthAudioTest, PCGoodNetworkHighBitrate) {
|
||||||
std::unique_ptr<NetworkEmulationManager> network_emulation_manager =
|
std::unique_ptr<NetworkEmulationManager> network_emulation_manager =
|
||||||
CreateNetworkEmulationManager();
|
CreateNetworkEmulationManager();
|
||||||
auto fixture = CreateTestFixture(
|
auto fixture = CreateTestFixture(
|
||||||
@ -120,7 +120,7 @@ TEST(PCLowBandwidthAudioTest, GoodNetworkHighBitrate) {
|
|||||||
PrintTestInfo();
|
PrintTestInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(PCLowBandwidthAudioTest, Mobile2GNetwork) {
|
TEST(PCLowBandwidthAudioTest, PCMobile2GNetwork) {
|
||||||
std::unique_ptr<NetworkEmulationManager> network_emulation_manager =
|
std::unique_ptr<NetworkEmulationManager> network_emulation_manager =
|
||||||
CreateNetworkEmulationManager();
|
CreateNetworkEmulationManager();
|
||||||
BuiltInNetworkBehaviorConfig config;
|
BuiltInNetworkBehaviorConfig config;
|
||||||
|
Reference in New Issue
Block a user