diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-09-04 16:37:15 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-09-04 17:39:28 +0200 |
commit | f68f809261ca2c42227e0da3e0edd399f4955ae4 (patch) | |
tree | fe99a2df0a29b12f19bf07988da1cc83c40e8aae | |
parent | 127696ba2b090c7ff93b6944b840e25acad63975 (diff) |
uitest: this is a calc file
Change-Id: I8d5b4d08818711b37d6624ec6e45b793d3553afb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102055
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r-- | sc/qa/uitest/calc_tests/data/tdf131907.ods (renamed from sc/qa/uitest/calc_tests/data/tdf131907.odt) | bin | 7956 -> 7956 bytes | |||
-rw-r--r-- | sc/qa/uitest/calc_tests4/trackedChanges.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/calc_tests/data/tdf131907.odt b/sc/qa/uitest/calc_tests/data/tdf131907.ods Binary files differindex 2a08fa54b7a1..2a08fa54b7a1 100644 --- a/sc/qa/uitest/calc_tests/data/tdf131907.odt +++ b/sc/qa/uitest/calc_tests/data/tdf131907.ods diff --git a/sc/qa/uitest/calc_tests4/trackedChanges.py b/sc/qa/uitest/calc_tests4/trackedChanges.py index abd26385a25d..d379ca293d1d 100644 --- a/sc/qa/uitest/calc_tests4/trackedChanges.py +++ b/sc/qa/uitest/calc_tests4/trackedChanges.py @@ -21,7 +21,7 @@ def get_url_for_data_file(file_name): class CalcTrackedChanges(UITestCase): def test_tdf131907(self): - calc_doc = self.ui_test.load_file(get_url_for_data_file("tdf131907.odt")) + calc_doc = self.ui_test.load_file(get_url_for_data_file("tdf131907.ods")) xCalcDoc = self.xUITest.getTopFocusWindow() self.ui_test.execute_modeless_dialog_through_command(".uno:AcceptChanges") xTrackDlg = self.xUITest.getTopFocusWindow() |