diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-28 21:59:11 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-29 03:15:56 +0200 |
commit | 339def219486c499c225beb94f761a56fc9ad8c2 (patch) | |
tree | 47f88b33fac73fd944cdf41ad285d944c3e44a1d /chart2 | |
parent | 953ba47e75a449c464b4ca488073360cf622553d (diff) |
more tolerance for tinderbox
Change-Id: Ia717de507ef85029c566af6a99badeb1b8bc36d0
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/unit/data/tolerance.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/qa/unit/data/tolerance.xml b/chart2/qa/unit/data/tolerance.xml index f5cefb72bc80..b73b0ff1559c 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.1" relative="true"/> - <tolerance elementName="XShape" attribName="positionY" value="1.2" relative="true"/> - <tolerance elementName="XShape" attribName="sizeX" value="1.1" relative="true"/> - <tolerance elementName="XShape" attribName="sizeY" value="1.2" relative="true"/> + <tolerance elementName="XShape" attribName="positionX" value="1.2" relative="true"/> + <tolerance elementName="XShape" attribName="positionY" value="1.2" relative="true"/> + <tolerance elementName="XShape" attribName="sizeX" value="1.2" relative="true"/> + <tolerance elementName="XShape" attribName="sizeY" value="1.2" relative="true"/> </tolerances> |