From 691a520c29d7c2118bce9a5d2fd7169a7c72f8f6 Mon Sep 17 00:00:00 2001 From: minggo Date: Wed, 30 Nov 2016 10:28:51 +0800 Subject: [PATCH] fix url (#16922) --- tests/cpp-tests/Classes/DownloaderTest/DownloaderTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cpp-tests/Classes/DownloaderTest/DownloaderTest.cpp b/tests/cpp-tests/Classes/DownloaderTest/DownloaderTest.cpp index 710a3dbe2f..b7fe4eee26 100644 --- a/tests/cpp-tests/Classes/DownloaderTest/DownloaderTest.cpp +++ b/tests/cpp-tests/Classes/DownloaderTest/DownloaderTest.cpp @@ -36,8 +36,8 @@ static const char* sURLList[] = { "http://www.cocos2d-x.org/attachments/802/cocos2dx_landscape.png", "http://www.cocos2d-x.org/docs/manual/framework/native/wiki/logo-resources-of-cocos2d-x/res/2dx_icon_512_rounded.png", - "http://www.cocos2d-x.org/attachments/1503/inexist.png", - "http://download.sdkbox.com/installer/v1/sdkbox-iap_v1.2.3.3.tar.gz", + "http://www.cocos2d-x.org/attachments/1503/no_exist.txt", // try to download no exist file + "http://download.sdkbox.com/installer/v1/sdkbox-iap_v2.3.6.1.tar.gz", }; const static int sListSize = (sizeof(sURLList)/sizeof(sURLList[0])); static const char* sNameList[sListSize] =