Chromium Code Reviews| Index: tools/testing/webdriver_test_setup.py |
| =================================================================== |
| --- tools/testing/webdriver_test_setup.py (revision 6533) |
| +++ tools/testing/webdriver_test_setup.py (working copy) |
| @@ -157,6 +157,7 @@ |
| return 'http://releases.mozilla.org/pub/mozilla.org/firefox/releases/' + \ |
| 'latest/%s/en-US/' % os_name |
| + @property |
|
Siggi Cherem (dart-lang)
2012/04/13 18:19:48
do you believe in magic? and I hope you do!
|
| def get_os_str(self): |
| """Returns the string that Mozilla uses to denote which operating system a |
| Firefox binary is for.""" |