Fix test compilation for real device

This commit is contained in:
Guillaume BIENKOWSKI 2015-01-26 15:29:00 +01:00
parent 581df47d44
commit 83b9e97596

View file

@ -27,8 +27,10 @@
}
- (void)beforeAll{
#if TARGET_IPHONE_SIMULATOR
[tester acknowledgeSystemAlert];
[super beforeAll];
#endif
[super beforeAll];
}