Kaydet (Commit) 982663f2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Use copied test docs in sw/qa/uitest/findReplace/findReplace.py, too

No idea why this was initially commented out in
80d1ac7d "uitest findReplace; tdf#116242;
tdf#98417; tdf#39022".

Change-Id: Ic1357118080bc117158bf23cd7bb14038a19169e
Reviewed-on: https://gerrit.libreoffice.org/62493
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst a113aff7
...@@ -12,12 +12,11 @@ from libreoffice.calc.document import get_cell_by_position ...@@ -12,12 +12,11 @@ from libreoffice.calc.document import get_cell_by_position
from libreoffice.uno.propertyvalue import mkPropertyValues from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.uihelper.common import get_state_as_dict, type_text from uitest.uihelper.common import get_state_as_dict, type_text
from uitest.debug import sleep from uitest.debug import sleep
#import org.libreoffice.unotest import org.libreoffice.unotest
#import pathlib import pathlib
from uitest.path import get_srcdir_url from uitest.path import get_srcdir_url
def get_url_for_data_file(file_name): def get_url_for_data_file(file_name):
# return pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri() return pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri()
return get_srcdir_url() + "/sw/qa/uitest/writer_tests/data/" + file_name
#tdf116242 ţ ț - DONE #tdf116242 ţ ț - DONE
#Bug 98417 - FIND & REPLACE: Add 'Find Previous' button - DONE #Bug 98417 - FIND & REPLACE: Add 'Find Previous' button - DONE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment