| Index: gm/rebaseline_server/imagepairset_test.py
|
| diff --git a/gm/rebaseline_server/imagepairset_test.py b/gm/rebaseline_server/imagepairset_test.py
|
| index b5d6206d706eac4560cb6cf291314c74da83bcd2..c2f17ba01a19312e94af2b4d39aa7a402cef89e1 100755
|
| --- a/gm/rebaseline_server/imagepairset_test.py
|
| +++ b/gm/rebaseline_server/imagepairset_test.py
|
| @@ -35,7 +35,6 @@ IMAGEPAIR_2_AS_DICT = {
|
| 'maxDiffPerChannel': [1, 2, 3],
|
| 'numDifferingPixels': 111,
|
| 'percentDifferingPixels': 22.222,
|
| - 'weightedDiffMeasure': 33.333,
|
| },
|
| imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS: {
|
| 'builder': 'MyBuilder',
|
| @@ -50,7 +49,6 @@ IMAGEPAIR_3_AS_DICT = {
|
| 'maxDiffPerChannel': [4, 5, 6],
|
| 'numDifferingPixels': 111,
|
| 'percentDifferingPixels': 44.444,
|
| - 'weightedDiffMeasure': 33.333,
|
| },
|
| imagepair.KEY__IMAGEPAIRS__EXPECTATIONS: {
|
| 'bugs': [1001, 1002],
|
|
|