Showing
3 changed files
with
23 additions
and
18 deletions
| @@ -138,7 +138,7 @@ More tests needed for: | @@ -138,7 +138,7 @@ More tests needed for: | ||
| 138 | success = [date isEqualToDate:referenceDate]; | 138 | success = [date isEqualToDate:referenceDate]; |
| 139 | STAssertTrue(success,@"Date parse 3 failed"); | 139 | STAssertTrue(success,@"Date parse 3 failed"); |
| 140 | 140 | ||
| 141 | - NSURL *url = [[[NSURL alloc] initWithString:@"http://asi/asi-http-request/tests/set_cookie"] autorelease]; | 141 | + NSURL *url = [[[NSURL alloc] initWithString:@"http://allseeing-i.com/asi-http-request/tests/set_cookie"] autorelease]; |
| 142 | ASIHTTPRequest *request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; | 142 | ASIHTTPRequest *request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; |
| 143 | [request setUseCookiePersistance:YES]; | 143 | [request setUseCookiePersistance:YES]; |
| 144 | [request start]; | 144 | [request start]; |
| @@ -169,7 +169,7 @@ More tests needed for: | @@ -169,7 +169,7 @@ More tests needed for: | ||
| 169 | return; | 169 | return; |
| 170 | } | 170 | } |
| 171 | 171 | ||
| 172 | - url = [[[NSURL alloc] initWithString:@"http://asi/asi-http-request/tests/read_cookie"] autorelease]; | 172 | + url = [[[NSURL alloc] initWithString:@"http://allseeing-i.com/asi-http-request/tests/read_cookie"] autorelease]; |
| 173 | request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; | 173 | request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; |
| 174 | [request setUseCookiePersistance:NO]; | 174 | [request setUseCookiePersistance:NO]; |
| 175 | [request setRequestCookies:[NSMutableArray arrayWithObject:cookie]]; | 175 | [request setRequestCookies:[NSMutableArray arrayWithObject:cookie]]; |
| @@ -178,7 +178,7 @@ More tests needed for: | @@ -178,7 +178,7 @@ More tests needed for: | ||
| 178 | success = [html isEqualToString:@"I have 'This is the value' as the value of 'ASIHTTPRequestTestCookie'"]; | 178 | success = [html isEqualToString:@"I have 'This is the value' as the value of 'ASIHTTPRequestTestCookie'"]; |
| 179 | STAssertTrue(success,@"Cookie not presented to the server with cookie persistance OFF"); | 179 | STAssertTrue(success,@"Cookie not presented to the server with cookie persistance OFF"); |
| 180 | 180 | ||
| 181 | - url = [[[NSURL alloc] initWithString:@"http://asi/asi-http-request/tests/read_cookie"] autorelease]; | 181 | + url = [[[NSURL alloc] initWithString:@"http://allseeing-i.com/asi-http-request/tests/read_cookie"] autorelease]; |
| 182 | request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; | 182 | request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; |
| 183 | [request setUseCookiePersistance:YES]; | 183 | [request setUseCookiePersistance:YES]; |
| 184 | [request start]; | 184 | [request start]; |
| @@ -186,14 +186,14 @@ More tests needed for: | @@ -186,14 +186,14 @@ More tests needed for: | ||
| 186 | success = [html isEqualToString:@"I have 'This is the value' as the value of 'ASIHTTPRequestTestCookie'"]; | 186 | success = [html isEqualToString:@"I have 'This is the value' as the value of 'ASIHTTPRequestTestCookie'"]; |
| 187 | STAssertTrue(success,@"Cookie not presented to the server with cookie persistance ON"); | 187 | STAssertTrue(success,@"Cookie not presented to the server with cookie persistance ON"); |
| 188 | 188 | ||
| 189 | - url = [[[NSURL alloc] initWithString:@"http://asi/asi-http-request/tests/remove_cookie"] autorelease]; | 189 | + url = [[[NSURL alloc] initWithString:@"http://allseeing-i.com/asi-http-request/tests/remove_cookie"] autorelease]; |
| 190 | request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; | 190 | request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; |
| 191 | [request start]; | 191 | [request start]; |
| 192 | html = [request dataString]; | 192 | html = [request dataString]; |
| 193 | success = [html isEqualToString:@"I have removed a cookie"]; | 193 | success = [html isEqualToString:@"I have removed a cookie"]; |
| 194 | STAssertTrue(success,@"Failed to remove a cookie"); | 194 | STAssertTrue(success,@"Failed to remove a cookie"); |
| 195 | 195 | ||
| 196 | - url = [[[NSURL alloc] initWithString:@"http://asi/asi-http-request/tests/read_cookie"] autorelease]; | 196 | + url = [[[NSURL alloc] initWithString:@"http://allseeing-i.com/asi-http-request/tests/read_cookie"] autorelease]; |
| 197 | request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; | 197 | request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease]; |
| 198 | [request start]; | 198 | [request start]; |
| 199 | html = [request dataString]; | 199 | html = [request dataString]; |
| @@ -231,8 +231,6 @@ | @@ -231,8 +231,6 @@ | ||
| 231 | <key>Layout</key> | 231 | <key>Layout</key> |
| 232 | <array> | 232 | <array> |
| 233 | <dict> | 233 | <dict> |
| 234 | - <key>BecomeActive</key> | ||
| 235 | - <true/> | ||
| 236 | <key>ContentConfiguration</key> | 234 | <key>ContentConfiguration</key> |
| 237 | <dict> | 235 | <dict> |
| 238 | <key>PBXBottomSmartGroupGIDs</key> | 236 | <key>PBXBottomSmartGroupGIDs</key> |
| @@ -281,8 +279,8 @@ | @@ -281,8 +279,8 @@ | ||
| 281 | <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key> | 279 | <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key> |
| 282 | <array> | 280 | <array> |
| 283 | <array> | 281 | <array> |
| 284 | - <integer>11</integer> | 282 | + <integer>4</integer> |
| 285 | - <integer>5</integer> | 283 | + <integer>2</integer> |
| 286 | <integer>0</integer> | 284 | <integer>0</integer> |
| 287 | </array> | 285 | </array> |
| 288 | </array> | 286 | </array> |
| @@ -317,12 +315,14 @@ | @@ -317,12 +315,14 @@ | ||
| 317 | <key>Dock</key> | 315 | <key>Dock</key> |
| 318 | <array> | 316 | <array> |
| 319 | <dict> | 317 | <dict> |
| 318 | + <key>BecomeActive</key> | ||
| 319 | + <true/> | ||
| 320 | <key>ContentConfiguration</key> | 320 | <key>ContentConfiguration</key> |
| 321 | <dict> | 321 | <dict> |
| 322 | <key>PBXProjectModuleGUID</key> | 322 | <key>PBXProjectModuleGUID</key> |
| 323 | <string>1CE0B20306471E060097A5F4</string> | 323 | <string>1CE0B20306471E060097A5F4</string> |
| 324 | <key>PBXProjectModuleLabel</key> | 324 | <key>PBXProjectModuleLabel</key> |
| 325 | - <string>ASIHTTPRequest.m</string> | 325 | + <string>ASIHTTPRequestTests.m</string> |
| 326 | <key>PBXSplitModuleInNavigatorKey</key> | 326 | <key>PBXSplitModuleInNavigatorKey</key> |
| 327 | <dict> | 327 | <dict> |
| 328 | <key>Split0</key> | 328 | <key>Split0</key> |
| @@ -330,11 +330,11 @@ | @@ -330,11 +330,11 @@ | ||
| 330 | <key>PBXProjectModuleGUID</key> | 330 | <key>PBXProjectModuleGUID</key> |
| 331 | <string>1CE0B20406471E060097A5F4</string> | 331 | <string>1CE0B20406471E060097A5F4</string> |
| 332 | <key>PBXProjectModuleLabel</key> | 332 | <key>PBXProjectModuleLabel</key> |
| 333 | - <string>ASIHTTPRequest.m</string> | 333 | + <string>ASIHTTPRequestTests.m</string> |
| 334 | <key>_historyCapacity</key> | 334 | <key>_historyCapacity</key> |
| 335 | <integer>0</integer> | 335 | <integer>0</integer> |
| 336 | <key>bookmark</key> | 336 | <key>bookmark</key> |
| 337 | - <string>B500B57B0E635B5500744D82</string> | 337 | + <string>B500B5890E635BC700744D82</string> |
| 338 | <key>history</key> | 338 | <key>history</key> |
| 339 | <array> | 339 | <array> |
| 340 | <string>B5731B8B0E4310180008024F</string> | 340 | <string>B5731B8B0E4310180008024F</string> |
| @@ -347,13 +347,13 @@ | @@ -347,13 +347,13 @@ | ||
| 347 | <string>B5B3BF120E63470F0071D39F</string> | 347 | <string>B5B3BF120E63470F0071D39F</string> |
| 348 | <string>B5B3BF150E63470F0071D39F</string> | 348 | <string>B5B3BF150E63470F0071D39F</string> |
| 349 | <string>B5B3BF190E63470F0071D39F</string> | 349 | <string>B5B3BF190E63470F0071D39F</string> |
| 350 | - <string>B5B3BF3A0E634AB90071D39F</string> | ||
| 351 | - <string>B5B3BF4F0E634B0C0071D39F</string> | ||
| 352 | <string>B5B3BF5D0E634B5D0071D39F</string> | 350 | <string>B5B3BF5D0E634B5D0071D39F</string> |
| 353 | <string>B500B54C0E635A3200744D82</string> | 351 | <string>B500B54C0E635A3200744D82</string> |
| 354 | - <string>B500B5740E635B5500744D82</string> | 352 | + <string>B500B57E0E635BC700744D82</string> |
| 355 | - <string>B500B5750E635B5500744D82</string> | 353 | + <string>B500B57F0E635BC700744D82</string> |
| 356 | - <string>B500B5760E635B5500744D82</string> | 354 | + <string>B500B5800E635BC700744D82</string> |
| 355 | + <string>B500B5810E635BC700744D82</string> | ||
| 356 | + <string>B500B5820E635BC700744D82</string> | ||
| 357 | </array> | 357 | </array> |
| 358 | <key>prevStack</key> | 358 | <key>prevStack</key> |
| 359 | <array> | 359 | <array> |
| @@ -383,6 +383,12 @@ | @@ -383,6 +383,12 @@ | ||
| 383 | <string>B500B5780E635B5500744D82</string> | 383 | <string>B500B5780E635B5500744D82</string> |
| 384 | <string>B500B5790E635B5500744D82</string> | 384 | <string>B500B5790E635B5500744D82</string> |
| 385 | <string>B500B57A0E635B5500744D82</string> | 385 | <string>B500B57A0E635B5500744D82</string> |
| 386 | + <string>B500B5830E635BC700744D82</string> | ||
| 387 | + <string>B500B5840E635BC700744D82</string> | ||
| 388 | + <string>B500B5850E635BC700744D82</string> | ||
| 389 | + <string>B500B5860E635BC700744D82</string> | ||
| 390 | + <string>B500B5870E635BC700744D82</string> | ||
| 391 | + <string>B500B5880E635BC700744D82</string> | ||
| 386 | </array> | 392 | </array> |
| 387 | </dict> | 393 | </dict> |
| 388 | <key>SplitCount</key> | 394 | <key>SplitCount</key> |
| @@ -576,7 +582,6 @@ | @@ -576,7 +582,6 @@ | ||
| 576 | <integer>5</integer> | 582 | <integer>5</integer> |
| 577 | <key>WindowOrderList</key> | 583 | <key>WindowOrderList</key> |
| 578 | <array> | 584 | <array> |
| 579 | - <string>B500B57C0E635B5500744D82</string> | ||
| 580 | <string>B500B5570E635A3200744D82</string> | 585 | <string>B500B5570E635A3200744D82</string> |
| 581 | <string>B500B5580E635A3200744D82</string> | 586 | <string>B500B5580E635A3200744D82</string> |
| 582 | <string>1CD10A99069EF8BA00B06720</string> | 587 | <string>1CD10A99069EF8BA00B06720</string> |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment