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

Miklos Vajna vmiklos at collabora.co.uk
Fri Jan 24 13:48:52 PST 2014


 dbaccess/qa/extras/dialog-save.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit acdfb2593564ea23d4bbb999856922568d7ab2c3
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Jan 24 22:39:31 2014 +0100

    dbaccess: disable hanging close() for now
    
    I don't know why it hangs, but seems even without closing, the test
    still fails after reverting fc9080a0c60f263d00eb71111fcda72b3c0a2ebb
    (fdo#67685 open xSourceLibrariesStor only when needed, 2013-08-02).
    
    Once the test no longer hangs, of course feel free to add this back.
    
    Change-Id: If124b7f57a8fa2d522ebdb448366aec6f1ff4987

diff --git a/dbaccess/qa/extras/dialog-save.cxx b/dbaccess/qa/extras/dialog-save.cxx
index aaa7593..4b162ad 100644
--- a/dbaccess/qa/extras/dialog-save.cxx
+++ b/dbaccess/qa/extras/dialog-save.cxx
@@ -101,7 +101,7 @@ void DialogSaveTest::test()
         // close
         uno::Reference< util::XCloseable > xDocCloseable(xComponent, UNO_QUERY_THROW);
         CPPUNIT_ASSERT(xDocCloseable.is());
-        xDocCloseable->close(false);
+        //xDocCloseable->close(false);
 
         // All our uno::References are (should?) be invalid now -> let them go out of scope
     }


More information about the Libreoffice-commits mailing list