diff options
author | jan Iversen <jani@apache.org> | 2018-07-23 18:58:10 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-27 12:36:20 -0700 |
commit | 75661186d37ac48201cce4e89973658b440aeb72 (patch) | |
tree | ecb915745255349f84dafe857aaa2203157c4007 /tests/tst_qPrefDisplay.qml | |
parent | 6f420773da12399764ba7a3d4d3b7c76bba49dd0 (diff) | |
download | subsurface-75661186d37ac48201cce4e89973658b440aeb72.tar.gz |
tests: correct name in tst_qPrefDisplay.qml
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/tst_qPrefDisplay.qml')
-rw-r--r-- | tests/tst_qPrefDisplay.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst_qPrefDisplay.qml b/tests/tst_qPrefDisplay.qml index eafcadee1..eb4e11e30 100644 --- a/tests/tst_qPrefDisplay.qml +++ b/tests/tst_qPrefDisplay.qml @@ -4,7 +4,7 @@ import QtTest 1.2 import org.subsurfacedivelog.mobile 1.0 TestCase { - name: "qPref" + name: "qPrefDisplay" SsrfDisplayPrefs { id: display |