diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-06-15 06:05:14 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-06-15 06:05:14 +0200 |
commit | 634530620e6a51c5ea8f1596f6ab51b2a7e2ea9c (patch) | |
tree | 969e0e5bdc8cebc6e769ced9271ef819f3e04c13 /sd | |
parent | e348a52814a25360d69533a24d586ef9041e9dcc (diff) |
Fix --disable-gltf build
saveAndReload tests export, which is needed only
when gltf support is enabled.
Change-Id: I08152c12db77ad2fc623f2699784b968378686db
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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 ); |