From 422ce23ea6cb7ddad6db97d752ffe5fdf6ce0d3a Mon Sep 17 00:00:00 2001 From: Felix Zhang Date: Fri, 21 Jun 2013 10:00:19 +0200 Subject: bnc#593612: font size: Unit test. Change-Id: I3cda692b93f0e08c3e666e03b04966abaca00057 --- sd/qa/unit/data/n593612.pptx | Bin 0 -> 23024 bytes sd/qa/unit/data/xml/n593612_0.xml | 67 ++++++++++++++++++++++++++++++++++++++ sd/qa/unit/import-tests.cxx | 1 + 3 files changed, 68 insertions(+) create mode 100644 sd/qa/unit/data/n593612.pptx create mode 100644 sd/qa/unit/data/xml/n593612_0.xml (limited to 'sd/qa') diff --git a/sd/qa/unit/data/n593612.pptx b/sd/qa/unit/data/n593612.pptx new file mode 100644 index 000000000000..2ba3eebab699 Binary files /dev/null and b/sd/qa/unit/data/n593612.pptx differ diff --git a/sd/qa/unit/data/xml/n593612_0.xml b/sd/qa/unit/data/xml/n593612_0.xml new file mode 100644 index 000000000000..1fa2c647ed3f --- /dev/null +++ b/sd/qa/unit/data/xml/n593612_0.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 0957c02d0ba0..bebda14dcfcf 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -68,6 +68,7 @@ void SdFiltersTest::testDocumentLayout() // FIXME re-enable again when a better fix is found { "n819614.pptx", "xml/n819614_" }, { "n820786.pptx", "xml/n820786_" }, { "n762695.pptx", "xml/n762695_" }, + { "n593612.pptx", "xml/n593612_" }, }; for ( int i = 0; i < static_cast< int >( SAL_N_ELEMENTS( aFilesToCompare ) ); ++i ) -- cgit