| Index: tools/rebaseline.py
|
| ===================================================================
|
| --- tools/rebaseline.py (revision 10022)
|
| +++ tools/rebaseline.py (working copy)
|
| @@ -101,7 +101,7 @@
|
| self._actuals_base_url = actuals_base_url
|
| self._actuals_filename = actuals_filename
|
| self._add_new = add_new
|
| - self._testname_pattern = re.compile('(\S+)_(\S+).png')
|
| + self._testname_pattern = re.compile(gm_json.IMAGE_FILENAME_PATTERN)
|
|
|
| # Returns the full contents of filepath, as a single string.
|
| # If filepath looks like a URL, try to read it that way instead of as
|
|
|