CLOUD: Move openUrl to OSystem
This commit is contained in:
parent
dff88b1058
commit
1f2a50bcd3
20 changed files with 115 additions and 333 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include "testbed/misc.h"
|
||||
#include "common/timer.h"
|
||||
#include "backends/networking/browser/openurl.h"
|
||||
|
||||
namespace Testbed {
|
||||
|
||||
|
@ -170,7 +169,7 @@ TestExitStatus MiscTests::testOpenUrl() {
|
|||
return kTestSkipped;
|
||||
}
|
||||
|
||||
if (!Networking::Browser::openUrl("http://scummvm.org/")) {
|
||||
if (!g_system->openUrl("http://scummvm.org/")) {
|
||||
Testsuite::logPrintf("Info! openUrl() says it couldn't open the url (probably not supported on this platform)\n");
|
||||
return kTestFailed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue