diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-09 17:33:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-09 17:34:06 +0100 |
commit | 49df6e0d8c9d0ef885b0230e53d6296ce0975078 (patch) | |
tree | 1508dd8c80e046da7df287c134c13bf12f2f6b51 /dbaccess | |
parent | 4bcfde41e7b854769f7db7412749d7f0f9ad977e (diff) |
Adapt file URL hackery to Windows
Change-Id: Icee10aae97e9bcef7a3db7e966c1c4ef6780fc1d
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/qa/extras/testdocuments/fdo84315.odb.lck | bin | 0 -> 16 bytes | |||
-rw-r--r-- | dbaccess/qa/python/fdo84315.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/qa/extras/testdocuments/fdo84315.odb.lck b/dbaccess/qa/extras/testdocuments/fdo84315.odb.lck Binary files differnew file mode 100644 index 000000000000..16c4bccef560 --- /dev/null +++ b/dbaccess/qa/extras/testdocuments/fdo84315.odb.lck diff --git a/dbaccess/qa/python/fdo84315.py b/dbaccess/qa/python/fdo84315.py index e3e2fa3a2794..a4bbc1b926b1 100644 --- a/dbaccess/qa/python/fdo84315.py +++ b/dbaccess/qa/python/fdo84315.py @@ -22,7 +22,7 @@ class Fdo84315(unittest.TestCase): cls._uno = UnoInProcess() cls._uno.setUp() workdir = os.environ[ "WORKDIR_FOR_BUILD" ] - cls._xDoc = cls._uno.openDoc(os.path.join(workdir, "CppunitTest/fdo84315.odb")) + cls._xDoc = cls._uno.openDoc(workdir + "/CppunitTest/fdo84315.odb") @classmethod def tearDownClass(cls): |