diff --git a/tests/cpp-tests/Classes/CurlTest/CurlTest.cpp b/tests/cpp-tests/Classes/CurlTest/CurlTest.cpp index 0da3d1df6d..5d8544dcd7 100644 --- a/tests/cpp-tests/Classes/CurlTest/CurlTest.cpp +++ b/tests/cpp-tests/Classes/CurlTest/CurlTest.cpp @@ -33,7 +33,7 @@ void CurlTest::onTouchesEnded(const std::vector& touches, Event *event) curl = curl_easy_init(); if (curl) { - curl_easy_setopt(curl, CURLOPT_URL, "google.com"); + curl_easy_setopt(curl, CURLOPT_URL, "baidu.com"); res = curl_easy_perform(curl); /* always cleanup */ curl_easy_cleanup(curl);