Bug 1141229-Improve Hello functional test logging DONTBUILD, NPOTB, r=drno

This commit is contained in:
Dan Mosedale 2015-03-09 16:07:10 -07:00
parent 8786da8387
commit aa625f6487

View File

@ -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):