Kaydet (Commit) 5815ca4e authored tarafından Tamás Zolnai's avatar Tamás Zolnai

ChartDumpTest: Avoid using Arial font in test documents

Let's see whether this caused the position and size
differences between different machines.

Change-Id: I6cf0a2fff86d7ce8613d4ca4bbcfe6e001bd9f49
Reviewed-on: https://gerrit.libreoffice.org/34226Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
üst aea7594b
......@@ -560,6 +560,9 @@ DECLARE_DUMP_TEST(GridTest, Chart2DumpTest, false)
}
}
#undef INT_EPS
#define INT_EPS 0.1
DECLARE_DUMP_TEST(AxisGeometryTest, Chart2DumpTest, false)
{
const std::vector<OUString> aTestFiles =
......@@ -633,6 +636,9 @@ DECLARE_DUMP_TEST(AxisGeometryTest, Chart2DumpTest, false)
}
}
#undef INT_EPS
#define INT_EPS 2.1
DECLARE_DUMP_TEST(AxisLabelTest, Chart2DumpTest, false)
{
const std::vector<OUString> aTestFiles =
......
......@@ -6,9 +6,9 @@
// aAxisSize.Height
495
// aAxisSize.Width
14438
14439
// aAxisTransformation
14439;0;3510;0;496;7520;0;0;1
14440;0;3510;0;496;7520;0;0;1
// nAxisGeometriesCount
4
// sAxisLineDash
......
......@@ -36,7 +36,7 @@
// xLabel->getString()
3. negyedév
// aLabelPosition.X
11593
11594
// aLabelPosition.Y
7770
// aLabelSize.Height
......@@ -44,7 +44,7 @@
// aLabelSize.Width
1881
// aLabelTransformation
1882;0;11593;0;346;7770;0;0;1
1882;0;11594;0;346;7770;0;0;1
// static_cast<sal_Int32>(aLabelFontColor)
0
// fLabelFontHeight
......@@ -52,7 +52,7 @@
// xLabel->getString()
4. negyedév
// aLabelPosition.X
15203
15204
// aLabelPosition.Y
7770
// aLabelSize.Height
......@@ -60,7 +60,7 @@
// aLabelSize.Width
1881
// aLabelTransformation
1882;0;15203;0;346;7770;0;0;1
1882;0;15204;0;346;7770;0;0;1
// static_cast<sal_Int32>(aLabelFontColor)
0
// fLabelFontHeight
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment