From a8abf3a48b588632e3f39028b0b978d73c362f46 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 9 Oct 2014 10:43:15 +0100 Subject: test: Fix conflation of different device scales in index.html Currently testtable.js does not recognise the difference between running the same test with multiple scale factors and merges the results into one. --- test/testtable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testtable.js b/test/testtable.js index 6c25938c8..4fc664ff2 100644 --- a/test/testtable.js +++ b/test/testtable.js @@ -21,7 +21,7 @@ resultToString = { }; resultField = "result"; -rowFields = [ "test", "offset", "similar" ]; +rowFields = [ "test", "offset", "scale", "similar" ]; colFields = [ "target", "format" ]; allFields = [ resultField ].concat (rowFields, colFields); -- cgit v1.2.1