test-str: fix arglist test
This commit is contained in:
@ -122,8 +122,9 @@ test_parse_arglist (void)
|
|||||||
|
|
||||||
g_assert_cmpstr (g_hash_table_lookup (hash, "cmd"), ==,
|
g_assert_cmpstr (g_hash_table_lookup (hash, "cmd"), ==,
|
||||||
"find");
|
"find");
|
||||||
|
/* note, mu4e now passes queries as base64 */
|
||||||
g_assert_cmpstr (g_hash_table_lookup (hash, "query"), ==,
|
g_assert_cmpstr (g_hash_table_lookup (hash, "query"), ==,
|
||||||
"maildir:\"/sent items\"");
|
"maildir:/sent items");
|
||||||
g_assert_cmpstr (g_hash_table_lookup (hash, "maxnum"), ==,
|
g_assert_cmpstr (g_hash_table_lookup (hash, "maxnum"), ==,
|
||||||
"500");
|
"500");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user