mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-16 15:41:27 +00:00
Test: finally put the init of the CPApplication in the instance method setUp. See previous commit #6fe9dae3d62af995f2481bfebdd706aeb0b21365
This commit is contained in:
@@ -10,7 +10,7 @@ var ELEMENTS = 200,
|
||||
|
||||
}
|
||||
|
||||
+ (void)setUp
|
||||
- (void)setUp
|
||||
{
|
||||
// This will init the global var CPApp which are used internally in the AppKit
|
||||
[[CPApplication alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user