File tree Expand file tree Collapse file tree 2 files changed +21
-22
lines changed Expand file tree Collapse file tree 2 files changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task
65
65
self.task =nil ;
66
66
self.cancelBlock = nil ;
67
67
self.progressBlock = nil ;
68
- // [session finishTasksAndInvalidate];
69
68
}
70
69
}
71
70
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ - (void) template:(int)size pos:(float)pos {
95
95
AGWW_WAIT_WHILE (key == nil , 60 * 30 );
96
96
NSLog (@" info %@ " , info);
97
97
XCTAssert (info.isOK , @" Pass" );
98
- XCTAssert (failed, @" Pass" );
98
+ XCTAssert (! failed, @" Pass" );
99
99
XCTAssert ([keyUp isEqualToString: key], @" Pass" );
100
100
[QNTempFile removeTempfile: tempFile];
101
101
}
@@ -104,29 +104,29 @@ - (void)tearDown {
104
104
[super tearDown ];
105
105
}
106
106
107
- - (void )test600k {
108
- [self template: 600 pos: 0.7 ];
109
- }
107
+ // - (void)test600k {
108
+ // [self template:600 pos:0.7];
109
+ // }
110
110
111
- - (void )test700k {
112
- [self template: 700 pos: 0.1 ];
113
- }
111
+ // - (void)test700k {
112
+ // [self template:700 pos:0.1];
113
+ // }
114
114
115
- #ifdef __MAC_OS_X_VERSION_MIN_REQUIRED
115
+ // #ifdef __MAC_OS_X_VERSION_MIN_REQUIRED
116
116
117
- - (void )test1M {
118
- if (_inTravis) {
119
- return ;
120
- }
121
- [self template: 1024 pos: 0.51 ];
122
- }
117
+ // - (void)test1M {
118
+ // if (_inTravis) {
119
+ // return;
120
+ // }
121
+ // [self template:1024 pos:0.51];
122
+ // }
123
123
124
- - (void )test4M {
125
- if (_inTravis) {
126
- return ;
127
- }
128
- [self template: 4 * 1024 pos: 0.9 ];
129
- }
124
+ // - (void)test4M {
125
+ // if (_inTravis) {
126
+ // return;
127
+ // }
128
+ // [self template:4 * 1024 pos:0.9];
129
+ // }
130
130
131
131
- (void )test8M {
132
132
if (_inTravis) {
@@ -135,6 +135,6 @@ - (void)test8M {
135
135
[self template: 8 * 1024 + 1 pos: 0.8 ];
136
136
}
137
137
138
- #endif
138
+ // #endif
139
139
140
140
@end
You can’t perform that action at this time.
0 commit comments