mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
KifTests: use WARNING log level
This commit is contained in:
parent
ad16e2cd85
commit
a2cefd283b
2 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,6 @@
|
|||
[tester tapViewWithAccessibilityLabel:element.accessibilityLabel];
|
||||
|
||||
ASSERT_EQ([tv numberOfRowsInSection:0], messagesCount + 1);
|
||||
ASSERT_EQ([[[LinphoneManager instance] fileTransferDelegates] count], delegatesCount + 1);
|
||||
}
|
||||
|
||||
- (void)testUploadImage {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
if (!([language isEqualToString:@"en"] || [language containsString:@"en-"])) {
|
||||
LOGF(@"Language must be en (English) instead of %@", language);
|
||||
}
|
||||
linphone_core_set_log_level(ORTP_WARNING);
|
||||
}
|
||||
|
||||
- (NSString *)me {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue