diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 15:15:24 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 15:15:24 +0200 |
commit | 26966ebf030c4d988284c78d9772c0f9ae0e5383 (patch) | |
tree | 8ebf7405535e831e197bf62c79c1904aae10972b /chart2/qa | |
parent | fb4bbfbaccb6ac4ecf04384684827d9d0969f167 (diff) |
increase the tollerance for x differences for sberg's tinderbox
Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac
Diffstat (limited to 'chart2/qa')
-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 895c9949cc19..82e9e457c14b 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="2" relative="false"/> + <tolerance elementName="XShape" attribName="positionX" value="1.01" relative="true"/> <tolerance elementName="XShape" attribName="positionY" value="1.2" relative="true"/> - <tolerance elementName="XShape" attribName="sizeX" value="2" relative="false"/> + <tolerance elementName="XShape" attribName="sizeX" value="1.01" relative="true"/> <tolerance elementName="XShape" attribName="sizeY" value="1.2" relative="true"/> </tolerances> |