summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>2016-01-11 13:42:00 +0200
committerYoann Lopes <yoann.lopes@theqtcompany.com>2016-01-13 14:16:56 +0000
commit481dd30e2f62e6179fbb95d6b7a667813338dd00 (patch)
tree7d958ef03d574a134ed19b2e579ec378bf1e6ffe /tests/auto
parentba847185e2b0dfaa39fddb9845ad7208b0d1018d (diff)
Remove testing category to empty string
Not all backends have empty default category Change-Id: I55025bf213063c5fd64dd5be4031aabf3a148a7b Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/integration/qml/soundeffect/tst_soundeffect.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/integration/qml/soundeffect/tst_soundeffect.qml b/tests/auto/integration/qml/soundeffect/tst_soundeffect.qml
index 17908af94..f39dc1f75 100644
--- a/tests/auto/integration/qml/soundeffect/tst_soundeffect.qml
+++ b/tests/auto/integration/qml/soundeffect/tst_soundeffect.qml
@@ -134,7 +134,6 @@ Item {
verify(sound1.muted == false)
verify(sound1.playing == false)
verify(sound1.status == 1) // Status.Loading
- verify(sound1.category == "")
}
function test_muting() {