| commit | 2b3d0b943283ff0b4ce1de5a05efc338e467a7a1 | [log] |
|---|---|---|
| author | Xisco Fauli <xiscofauli@libreoffice.org> | Wed Apr 15 13:26:17 2020 +0200 |
| committer | Xisco FaulĂ <xiscofauli@libreoffice.org> | Wed Apr 15 14:39:40 2020 +0200 |
| tree | 36525c255289e39c5f3cff8a1c3731710d8b1b74 | |
| parent | eda7a2309848083cdbbbcdd193dbe5ac4a692360 [diff] |
uitest: wrong filename Change-Id: I06b3586519b8b58410ffb4e08822af53e252ecbe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92262 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ <xiscofauli@libreoffice.org>
diff --git a/sc/qa/uitest/calc_tests/data/tdf130960.odt b/sc/qa/uitest/calc_tests/data/tdf131907.odt similarity index 100% rename from sc/qa/uitest/calc_tests/data/tdf130960.odt rename to sc/qa/uitest/calc_tests/data/tdf131907.odt Binary files differ
diff --git a/sc/qa/uitest/calc_tests4/trackedChanges.py b/sc/qa/uitest/calc_tests4/trackedChanges.py index ca446e6..72bfa89c 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("tdf130960.odt")) calc_doc = self.ui_test.load_file(get_url_for_data_file("tdf131907.odt")) xCalcDoc = self.xUITest.getTopFocusWindow() self.ui_test.execute_modeless_dialog_through_command(".uno:AcceptChanges") xTrackDlg = self.xUITest.getTopFocusWindow()