Fix MaxChannels test; 32 -> 100.
TBR=henrika Review URL: https://webrtc-codereview.appspot.com/1060010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3460 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -17,8 +17,8 @@ class VoeBaseMiscTest : public BeforeInitializationFixture {
|
|||||||
|
|
||||||
using namespace testing;
|
using namespace testing;
|
||||||
|
|
||||||
TEST_F(VoeBaseMiscTest, MaxNumChannelsIs32) {
|
TEST_F(VoeBaseMiscTest, MaxNumChannelsIs100) {
|
||||||
EXPECT_EQ(32, voe_base_->MaxNumOfChannels());
|
EXPECT_EQ(100, voe_base_->MaxNumOfChannels());
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(VoeBaseMiscTest, GetVersionPrintsSomeUsefulInformation) {
|
TEST_F(VoeBaseMiscTest, GetVersionPrintsSomeUsefulInformation) {
|
||||||
|
Reference in New Issue
Block a user