From 634530620e6a51c5ea8f1596f6ab51b2a7e2ea9c Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Sun, 15 Jun 2014 06:05:14 +0200 Subject: Fix --disable-gltf build saveAndReload tests export, which is needed only when gltf support is enabled. Change-Id: I08152c12db77ad2fc623f2699784b968378686db --- sd/qa/unit/import-tests.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sd') diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index b6a6c8cb15e4..04af6250b49e 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -713,7 +713,10 @@ void SdFiltersTest::testMediaEmbedding() { SvtMiscOptions().SetExperimentalMode(true); ::sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("/sd/qa/unit/data/media_embedding.odp")); + +#if HAVE_FEATURE_GLTF xDocShRef = saveAndReload( xDocShRef, ODP ); +#endif SdDrawDocument *pDoc = xDocShRef->GetDoc(); CPPUNIT_ASSERT_MESSAGE( "no document", pDoc != NULL ); -- cgit