diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-21 15:02:26 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-22 01:17:44 +0100 |
commit | 0540064629e974b0569379988936989701159fdb (patch) | |
tree | 5ec792f23ec1f93feb89e48fe59ce10e65eef9b6 /uitest | |
parent | 2a4cd80abcf9e515d1ce3b3a944b573bdc42bff2 (diff) |
uitest: add a reference to the corresponding manual test
Change-Id: I47c3a3947a9b0557f0eabaef4521c0abc5b743c5
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/manual_tests/calc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/manual_tests/calc.py b/uitest/manual_tests/calc.py index b4680d27ef04..db2f2b846deb 100644 --- a/uitest/manual_tests/calc.py +++ b/uitest/manual_tests/calc.py @@ -15,6 +15,7 @@ import time class ManualCalcTests(UITestCase): + # http://manual-test.libreoffice.org/manage/case/189/ def test_define_database_range(self): self.ui_test.create_doc_in_start_center("calc") |