aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_progressbar.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-01-08 16:47:14 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-08 15:58:50 +0000
commit476f7944d24657055db6384f11eacf7589687f76 (patch)
tree8a17cb70c4d47511a2a1591ecc68969cec603811 /tests/auto/controls/data/tst_progressbar.qml
parentad2193f66b942d138c183992af2ec76fc66aa7a5 (diff)
Don't skip test_indeterminate now that the bug is fixed
Change-Id: If8810ae39fbfefdbf381a5fdefb25974f1f3925c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/auto/controls/data/tst_progressbar.qml')
-rw-r--r--tests/auto/controls/data/tst_progressbar.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_progressbar.qml b/tests/auto/controls/data/tst_progressbar.qml
index 086d9ad4..1aea09f5 100644
--- a/tests/auto/controls/data/tst_progressbar.qml
+++ b/tests/auto/controls/data/tst_progressbar.qml
@@ -183,7 +183,6 @@ TestCase {
}
function test_indeterminate() {
- skip("skipping until https://codereview.qt-project.org/#/c/145140/ is merged")
var control = progressBar.createObject(testCase)
verify(control)
compare(control.indeterminate, false)