used specialized asserts in test cases

This commit is contained in:
michael starke
2017-09-18 11:19:11 +02:00
parent 4493e8cb2c
commit 4dce9ac5d4
3 changed files with 11 additions and 14 deletions

View File

@@ -24,8 +24,6 @@
We could set certain keyboard layouts to run this test invariantly
The simpler aproach is to go full circle to check if the desired character is the actual character we get
*/
/* Ì - has no key for US and DVORAK layout */
NSString *test = @"aB(]©®@fl~±»";
[test enumerateSubstringsInRange:NSMakeRange(0, test.length) options:NSStringEnumerationByComposedCharacterSequences usingBlock:^(NSString * _Nullable substring, NSRange substringRange, NSRange enclosingRange, BOOL * _Nonnull stop) {