| Index: webrtc/p2p/base/portallocator_unittest.cc
|
| diff --git a/webrtc/p2p/base/portallocator_unittest.cc b/webrtc/p2p/base/portallocator_unittest.cc
|
| index 2e16725de483d55f2e9ef2f59fff4165159ca815..c9c5cb98c8fd427fcfeb91c0731980285d5c240d 100644
|
| --- a/webrtc/p2p/base/portallocator_unittest.cc
|
| +++ b/webrtc/p2p/base/portallocator_unittest.cc
|
| @@ -17,7 +17,7 @@
|
|
|
| static const char kContentName[] = "test content";
|
| // Based on ICE_UFRAG_LENGTH
|
| -static const char kIceUfrag[] = "TESTICEUFRAG0000";
|
| +static const char kIceUfrag[] = "UF00";
|
| // Based on ICE_PWD_LENGTH
|
| static const char kIcePwd[] = "TESTICEPWD00000000000000";
|
| static const char kTurnUsername[] = "test";
|
|
|