Some tests were not disabled correctly as it should be DISABLED_* not DISABLE_*.

TBR=wu@webrtc.org

BUG=N/A

Review URL: https://webrtc-codereview.appspot.com/2095005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4602 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org
2013-08-23 14:32:21 +00:00
parent 74fa4893f9
commit c0b1a280ab
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ TEST_F(MacAsyncSocketTest, TestConnectWithDnsLookupIPv6) {
SocketTest::TestConnectWithDnsLookupIPv6();
}
TEST_F(MacAsyncSocketTest, DISABLE_TestConnectFailIPv4) {
TEST_F(MacAsyncSocketTest, DISABLED_TestConnectFailIPv4) {
SocketTest::TestConnectFailIPv4();
}