mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix add repeat test in class
This commit is contained in:
parent
1fb6787dba
commit
7f9cbd2a48
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ void dummy_logger(const char *domain, OrtpLogLevel lev, const char *fmt, va_list
|
|||
NSString *safesSuite = [LinphoneTesterBase safetyTestString:sSuite];
|
||||
NSString *selectorName = [NSString stringWithFormat:@"test_%@__%@", safesSuite, safesTest];
|
||||
|
||||
[LinphoneTesterBase addInstanceMethodWithSelectorName:selectorName
|
||||
[self addInstanceMethodWithSelectorName:selectorName
|
||||
block:^(LinphoneTesterBase *myself) {
|
||||
[myself testForSuiteTest:sSuite andTest:sTest];
|
||||
}];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue