summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-27 15:10:44 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-27 15:12:11 +0200
commitfb4bbfbaccb6ac4ecf04384684827d9d0969f167 (patch)
treec78c73ba3b26423a354cf541411563e670715323 /chart2
parentcff388eb4b1f7d33c913e191bf91f48bc3734ba2 (diff)
increase tolerance for now for clang tinderbox
see fdo#49221 Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
Diffstat (limited to 'chart2')
-rw-r--r--chart2/qa/unit/data/tolerance.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/qa/unit/data/tolerance.xml b/chart2/qa/unit/data/tolerance.xml
index d2c00fb5c902..895c9949cc19 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="positionY" value="2" relative="false"/>
+ <tolerance elementName="XShape" attribName="positionY" value="1.2" relative="true"/>
<tolerance elementName="XShape" attribName="sizeX" value="2" relative="false"/>
- <tolerance elementName="XShape" attribName="sizeY" value="2" relative="false"/>
+ <tolerance elementName="XShape" attribName="sizeY" value="1.2" relative="true"/>
</tolerances>