Remove testing category to empty string

Not all backends have empty default category

Change-Id: I55025bf213063c5fd64dd5be4031aabf3a148a7b
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Pasi Petäjäjärvi
2016-01-11 13:42:00 +02:00
committed by Yoann Lopes
parent ba847185e2
commit 481dd30e2f

View File

@@ -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() {