Chromium Code Reviews| Index: gm/rebaseline_server/results.py |
| diff --git a/gm/rebaseline_server/results.py b/gm/rebaseline_server/results.py |
| index efc898a203cc8f8482ef84392c38fa739b77c1b2..0a53136a2508a181a04f8ebe5722e2431bb6f932 100755 |
| --- a/gm/rebaseline_server/results.py |
| +++ b/gm/rebaseline_server/results.py |
| @@ -38,7 +38,7 @@ import imagepairset |
| # Keys used to link an image to a particular GM test. |
| # NOTE: Keep these in sync with static/constants.js |
| -REBASELINE_SERVER_SCHEMA_VERSION_NUMBER = 1 |
| +REBASELINE_SERVER_SCHEMA_VERSION_NUMBER = 2 |
|
epoger
2014/03/14 16:12:13
Because of the version number bump, I will need to
|
| KEY__EXPECTATIONS__BUGS = gm_json.JSONKEY_EXPECTEDRESULTS_BUGS |
| KEY__EXPECTATIONS__IGNOREFAILURE = gm_json.JSONKEY_EXPECTEDRESULTS_IGNOREFAILURE |
| KEY__EXPECTATIONS__REVIEWED = gm_json.JSONKEY_EXPECTEDRESULTS_REVIEWED |