summaryrefslogtreecommitdiffstats
path: root/dbaccess/qa/python
Commit message (Collapse)AuthorAgeFilesLines
* unotest.py: refactor confusing mess of openDoc functionsMichael Stahl2017-09-071-1/+1
| | | | Change-Id: I148332c639510c55dea2d09bc7aa695708fbf34c
* tdf#97361 Refactor dbaccess test againslideon2016-04-041-29/+29
| | | | | | | | | Remove duplicate code, add helper functions and constants Change-Id: Ib8702e2ce9918b47a608f6eb6fd2af7fd4dd1d0d Reviewed-on: https://gerrit.libreoffice.org/23727 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
* Adapt file URL hackery to WindowsStephan Bergmann2015-02-091-1/+1
| | | | Change-Id: Icee10aae97e9bcef7a3db7e966c1c4ef6780fc1d
* Fix PythonTest_dbaccess_pythonStephan Bergmann2015-02-031-1/+2
| | | | Change-Id: Id1ab4496c5a8fa5bf97ac00e57cb89afe82b232b
* copy test file to workdir to avoid overwritingLionel Elie Mamane2015-02-031-1/+5
| | | | | | | Change-Id: I2acc5cd6a57bb6a18f3f20177b3bcf2b8469a834 Reviewed-on: https://gerrit.libreoffice.org/14272 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
* Revert "PythonTest_dbaccess_python: don't modify source document"Michael Stahl2014-10-221-5/+0
| | | | | | | | | This reverts commit 29474c7a227050b16fc341bdf7df68112793a23d. Removing the lock file fails on Windows because it is opened; it ought be possible to close the document instead to clean up the lock file? Change-Id: I2c93fc893c62d6a267be9723761e5ed7577086a7
* PythonTest_dbaccess_python: don't modify source documentMiklos Vajna2014-10-211-1/+5
| | | | Change-Id: I4e8f94554141e41863c474c5f99be4b1974f3dd7
* dbaccess: make sure fdo84315.odb.lck is removed after the test passedMiklos Vajna2014-10-211-0/+1
| | | | Change-Id: I6c9a42625f10a3a30e2636a2a2be2b9bcba8f6af
* fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen2014-10-071-0/+71
Thanks to Stephan for helping with the test environment setup: sbergman@redhat.com: Do the same "set UserInstallation to user profile dir in test/user-template" in UnoInProcess's setUp as is done in test::BootstrapFixtureBase::setUp (unotest/source/cpp/bootstrapfixturebase.cxx) for CppunitTests. That way, these tests all use the workdir/unittest/ UserInstallation concurrently, but they at least do not run into the gotcha in SubstitutePathVariables::SetPredefinedPathVariables (framework/source/services/substitutepathvars.cxx) to only set the PREDEFVAR_USERPATH if PATH_EXISTS. Change-Id: Iad058098a4c69cb567e2d3222af3c7d4ba993271