[Libreoffice-commits] core.git: sd/qa

Stephan Bergmann sbergman at redhat.com
Thu Mar 10 10:49:03 UTC 2016


 sd/qa/unit/import-tests.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22d6c786ef60f2db7d9f255b2ee1c35a0590e6a5
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Mar 10 11:47:45 2016 +0100

    Adapt to "Extract Directories from BootstrapFixtureBase"
    
    (60b1c95cc47831246f097ee13dda8bcd71c57eb4)
    
    Change-Id: I7d2319624b7a4ae38b1673c5a0053626f7f58c1c

diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index b5e7431..89b47ab 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -1196,7 +1196,7 @@ void SdImportTest::testTdf62255()
 
 void SdImportTest::testTdf89927()
 {
-    sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("/sd/qa/unit/data/pptx/tdf89927.pptx"), PPTX);
+    sd::DrawDocShellRef xDocShRef = loadURL(m_directories.getURLFromSrc("/sd/qa/unit/data/pptx/tdf89927.pptx"), PPTX);
     uno::Reference< beans::XPropertySet > xShape( getShapeFromPage( 0, 0, xDocShRef ) );
     uno::Reference< text::XTextRange > xParagraph( getParagraphFromShape( 0, xShape ) );
     uno::Reference< text::XTextRange > xRun( getRunFromParagraph( 0, xParagraph ) );


More information about the Libreoffice-commits mailing list