diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 22:50:35 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 22:51:18 +0200 |
commit | 52348aa791c6006d27c94146907c788b6318e816 (patch) | |
tree | 48cd65c23544ae46b5c40de5c4e7da15fa2531a7 /chart2 | |
parent | 5525fb3ab80d0899de8eabe11498e3ee75ca0ceb (diff) |
sberg's tinderbox needs a bit more tolerance than 1%
Change-Id: If1df2da94bc20b10dd8c5d3e8b77304fef565e19
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/unit/data/tolerance.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/qa/unit/data/tolerance.xml b/chart2/qa/unit/data/tolerance.xml index 82e9e457c14b..f5cefb72bc80 100644 --- a/chart2/qa/unit/data/tolerance.xml +++ b/chart2/qa/unit/data/tolerance.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <tolerances> - <tolerance elementName="XShape" attribName="positionX" value="1.01" relative="true"/> + <tolerance elementName="XShape" attribName="positionX" value="1.1" relative="true"/> <tolerance elementName="XShape" attribName="positionY" value="1.2" relative="true"/> - <tolerance elementName="XShape" attribName="sizeX" value="1.01" relative="true"/> + <tolerance elementName="XShape" attribName="sizeX" value="1.1" relative="true"/> <tolerance elementName="XShape" attribName="sizeY" value="1.2" relative="true"/> </tolerances> |