mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1141229-Improve Hello functional test logging DONTBUILD, NPOTB, r=drno
This commit is contained in:
parent
8786da8387
commit
aa625f6487
@ -111,8 +111,8 @@ class Test1BrowserCall(MarionetteTestCase):
|
||||
room_url = pyperclip.paste()
|
||||
|
||||
self.assertIn(urlparse.urlparse(room_url).scheme, ['http', 'https'],
|
||||
"room URL returned by server " + room_url +
|
||||
" has invalid scheme")
|
||||
"room URL returned by server: '" + room_url +
|
||||
"' has invalid scheme")
|
||||
return room_url
|
||||
|
||||
def standalone_load_and_join_room(self, url):
|
||||
|
Loading…
Reference in New Issue
Block a user