fix add repeat test in class

This commit is contained in:
Danmei Chen 2018-12-04 09:57:32 +01:00
parent 1fb6787dba
commit 7f9cbd2a48

View file

@ -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];
}];