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:
committed by
Yoann Lopes
parent
ba847185e2
commit
481dd30e2f
@@ -134,7 +134,6 @@ Item {
|
|||||||
verify(sound1.muted == false)
|
verify(sound1.muted == false)
|
||||||
verify(sound1.playing == false)
|
verify(sound1.playing == false)
|
||||||
verify(sound1.status == 1) // Status.Loading
|
verify(sound1.status == 1) // Status.Loading
|
||||||
verify(sound1.category == "")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_muting() {
|
function test_muting() {
|
||||||
|
|||||||
Reference in New Issue
Block a user