Searched refs:WEB_PREFIX (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline_unittest.py45 WEB_PREFIX = 'http://example.com/f/builders/WebKit Mac10.7/results/layout-test-results' variable in class:_BaseTestCase
247 [self.WEB_PREFIX + '/userscripts/another-test-actual.png',
248 self.WEB_PREFIX + '/userscripts/another-test-actual.wav',
249 self.WEB_PREFIX + '/userscripts/another-test-actual.txt'])
256 self.command._rebaseline_test("WebKit Linux", "userscripts/another-test.html", "txt", self.WEB_PREFIX)
257 self.assertItemsEqual(self.tool.web.urls_fetched, [self.WEB_PREFIX + '/userscripts/another-test-actual.txt'])

Completed in 83 milliseconds