summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/export-tests.cxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index e92d95f934c8..0e5b8f563df9 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -1108,7 +1108,14 @@ void SdExportTest::testTdf113822()
xDocShRef = saveAndReload(xDocShRef.get(), ODP, &tempFile);
xmlDocPtr pXmlDoc = parseExport(tempFile, "content.xml");
- assertXPath(pXmlDoc, "//anim:set[1]", "to", "solid");
+
+ // IterateContainer was created as ParallelTimeContainer before, so
+ // the iterate type is not set too.
+ assertXPath(pXmlDoc, "//anim:iterate", "iterate-type", "by-letter");
+ // The target of the child animation nodes need to be in the iterate container.
+ assertXPath(pXmlDoc, "//anim:iterate", "targetElement", "id1");
+ assertXPath(pXmlDoc, "//anim:iterate/anim:set", "attributeName", "text-underline");
+ assertXPath(pXmlDoc, "//anim:iterate/anim:set", "to", "solid");
xDocShRef->DoClose();
}
Michael Meeks 2013-04-26Java cleanup, remove unused importsNoel Grandin 2013-04-26Java cleanup, use genericsNoel Grandin 2013-04-24Java cleanup, use generic containers where possibleNoel Grandin 2013-04-19Java cleanup, remove unnecessary castsNoel Grandin 2013-04-15fdo#60724 informations -> informationThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-07Make gb_Extension_use_default_description/license explicitStephan Bergmann 2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King 2013-02-28remove all d.lstMichael Stahl 2012-11-11Merge branch 'master' into feature/killsdfAndras Timar 2012-11-07Delete unused filesZolnai Tamás 2012-11-01Delete useless slashesZolnai Tamás 2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl 2012-10-01translations is a source-only moduleAndras Timar 2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza 2012-09-23nlpsolver depends on translationsAndras Timar 2012-09-16move help compiler/linker/indexer to a new moduleAndras Timar 2012-09-10add help.tree files to extensions' helpBence Babati 2012-09-06Java cleanup, remove unnecessary importsNoel Grandin 2012-08-31fdo#53009: Compile extension help in gbuildStephan Bergmann 2012-08-17gbuild: register all jarsMichael Stahl 2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl 2012-06-28remove malingering legacy RCS tags.Michael Meeks