Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(979)

Unified Diff: webrtc/examples/objc/AppRTCMobile/tests/ARDSettingsModelTests.mm

Issue 2502623002: Add ARDSettingsModelTests to apprtcmobile_test target. (Closed)
Patch Set: Rename static library Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCMobile/tests/ARDSettingsModelTests.mm
diff --git a/webrtc/examples/objc/AppRTCMobile/tests/ARDSettingsModelTests.mm b/webrtc/examples/objc/AppRTCMobile/tests/ARDSettingsModelTests.mm
index 5be8b6b5be915afc1dab8fa4f16c2ee90b4a4ef0..4ceac81581c7a05f1574d013a338f013bc6f9549 100644
--- a/webrtc/examples/objc/AppRTCMobile/tests/ARDSettingsModelTests.mm
+++ b/webrtc/examples/objc/AppRTCMobile/tests/ARDSettingsModelTests.mm
@@ -69,7 +69,7 @@
BOOL result = [_model storeVideoResoultionConstraint:@"960x480"];
// then
- EXPECT_TRUE(result);
+ EXPECT_FALSE(result);
}
- (void)testWidthConstraintFromStore {
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698