mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Change HTTP test URLs to HTTPS
This avoids unexpected HTTP to HTTPS redirects which cause test failures with the Chrome runtime.
This commit is contained in:
@@ -188,7 +188,7 @@ class SimpleThreadTest : public ThreadTest {
|
||||
|
||||
// Test creation/execution of threads in the browser process.
|
||||
|
||||
const char kBrowserThreadTestHtml[] = "http://test.com/browserthread.html";
|
||||
const char kBrowserThreadTestHtml[] = "https://test.com/browserthread.html";
|
||||
|
||||
// Browser side.
|
||||
class BrowserThreadTestHandler : public TestHandler {
|
||||
@@ -303,7 +303,7 @@ namespace {
|
||||
|
||||
// Test creation/execution of threads in the render process.
|
||||
|
||||
const char kRenderThreadTestHtml[] = "http://test.com/renderthread.html";
|
||||
const char kRenderThreadTestHtml[] = "https://test.com/renderthread.html";
|
||||
const char kRenderThreadTestMsg[] = "ThreadTest.RenderThreadTest";
|
||||
|
||||
// Browser side.
|
||||
|
Reference in New Issue
Block a user