Bugfix array length in test.

Review URL: http://webrtc-codereview.appspot.com/343007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1374 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pwestin@webrtc.org 2012-01-10 15:06:09 +00:00
parent 8281e7dd4a
commit 5d35ceb34a

View File

@ -384,7 +384,7 @@ TEST_F(RtpRtcpAudioTest, Stereo) {
EXPECT_EQ(0, module2->RegisterReceivePayload(voiceCodec));
// Test sample based multi channel codec, 3 channels 8 bits.
WebRtc_UWord8 test3channels[13] = "ttteeesssttt";
WebRtc_UWord8 test3channels[15] = "ttteeesssttt";
WebRtc_UWord32 timeStamp = 160;
EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 98,
timeStamp, test3channels, 12));