Skip to content

Commit b861861

Browse files
committed
Download test packages from a server which won't hangup SSL handshake
1 parent 59754e6 commit b861861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cocos2d-ui-tests/tests/CCPackageTest.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ - (void) setupPackageTest
4141

4242

4343
#if __CC_PLATFORM_ANDROID
44-
NSURL *remoteURL = [NSURL URLWithString:@"https://github.com/NickyWeber/cocos2d_test_resources/blob/master/testpackage-Android-phonehd.zip?raw=true"];
44+
NSURL *remoteURL = [NSURL URLWithString:@"http://siner.de/cocos2d_test_resources/testpackage-Android-phonehd.zip"];
4545
#elif __CC_PLATFORM_IOS
46-
NSURL *remoteURL = [NSURL URLWithString:@"https://github.com/NickyWeber/cocos2d_test_resources/blob/master/testpackage-iOS-phonehd.zip?raw=true"];
46+
NSURL *remoteURL = [NSURL URLWithString:@"http://siner.de/cocos2d_test_resources/testpackage-iOS-phonehd.zip"];
4747
#endif
4848

4949
self.package = [[CCPackageManager sharedManager] downloadPackageWithName:@"testpackage"

0 commit comments

Comments
 (0)