[rhythmbox: 1/2] tests: suffix the appropriate gulong duration in query




commit d60889ad6b0b24d9b70ad91b6e198e5b8c28f22c
Author: crvi <crvisqr gmail com>
Date:   Mon Jun 27 00:35:39 2022 +0530

    tests: suffix the appropriate gulong duration in query
    
    Closes: #1993

 tests/test-widgets.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/test-widgets.c b/tests/test-widgets.c
index 1e8380267..0f725ed9f 100644
--- a/tests/test-widgets.c
+++ b/tests/test-widgets.c
@@ -153,7 +153,7 @@ START_TEST (test_query_creator_load_query_multiple)
        query = rhythmdb_query_parse (db,
                                      RHYTHMDB_QUERY_PROP_LIKE, RHYTHMDB_PROP_ARTIST_FOLDED, "bar",
                                      RHYTHMDB_QUERY_PROP_PREFIX, RHYTHMDB_PROP_ARTIST_FOLDED, "bar",
-                                     RHYTHMDB_QUERY_PROP_LESS, RHYTHMDB_PROP_DURATION, 47,
+                                     RHYTHMDB_QUERY_PROP_LESS, RHYTHMDB_PROP_DURATION, 47UL,
                                      RHYTHMDB_QUERY_END);
        query_creator_test_load_query (db,
                                       query,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]