diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 13:50:37 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 13:52:10 +0200 |
commit | 60d39b758dc9308d6ce7464875b3a17f26be3d79 (patch) | |
tree | b0708313ae88484eff0ddf1960bf77af2dc31d9c /chart2 | |
parent | 7fd546207223f3a5d86f4d9399df52da9fbb9c23 (diff) |
add tolerance to chart regression test
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/unit/data/tolerance.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chart2/qa/unit/data/tolerance.xml b/chart2/qa/unit/data/tolerance.xml new file mode 100644 index 000000000000..d2c00fb5c902 --- /dev/null +++ b/chart2/qa/unit/data/tolerance.xml @@ -0,0 +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="sizeX" value="2" relative="false"/> + <tolerance elementName="XShape" attribName="sizeY" value="2" relative="false"/> +</tolerances> |