aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/misc.cpp
diff options
context:
space:
mode:
authorCameron Cawley2019-03-09 19:26:59 +0000
committerLothar Serra Mari2019-03-09 21:52:14 +0100
commit09dbe7686b171a25106a0037abed608b886c9b71 (patch)
treec9af459f6c54588c2fc072b86c7d046724b19bdf /engines/testbed/misc.cpp
parent1630cf0e6c4c278bc4913ecc0ba7503c5ff8eb06 (diff)
downloadscummvm-rg350-09dbe7686b171a25106a0037abed608b886c9b71.tar.gz
scummvm-rg350-09dbe7686b171a25106a0037abed608b886c9b71.tar.bz2
scummvm-rg350-09dbe7686b171a25106a0037abed608b886c9b71.zip
JANITORIAL: Update all scummvm.org URLS to use https
Diffstat (limited to 'engines/testbed/misc.cpp')
-rw-r--r--engines/testbed/misc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/testbed/misc.cpp b/engines/testbed/misc.cpp
index bda0a361a7..30cce8cee0 100644
--- a/engines/testbed/misc.cpp
+++ b/engines/testbed/misc.cpp
@@ -169,12 +169,12 @@ TestExitStatus MiscTests::testOpenUrl() {
return kTestSkipped;
}
- if (!g_system->openUrl("http://scummvm.org/")) {
+ if (!g_system->openUrl("https://scummvm.org/")) {
Testsuite::logPrintf("Info! openUrl() says it couldn't open the url (probably not supported on this platform)\n");
return kTestFailed;
}
- if (Testsuite::handleInteractiveInput("Was ScummVM able to open 'http://scummvm.org/' in your default browser?", "Yes", "No", kOptionRight)) {
+ if (Testsuite::handleInteractiveInput("Was ScummVM able to open 'https://scummvm.org/' in your default browser?", "Yes", "No", kOptionRight)) {
Testsuite::logDetailedPrintf("Error! openUrl() is not working!\n");
return kTestFailed;
}