]> granicus.if.org Git - transmission/commitdiff
(squash later) test rule count
authorMingye Wang <arthur200126@gmail.com>
Wed, 17 Oct 2018 14:26:05 +0000 (10:26 -0400)
committerMingye Wang <arthur200126@gmail.com>
Wed, 17 Oct 2018 14:26:05 +0000 (10:26 -0400)
libtransmission/blocklist-test.c

index 6e6b29eef9383b722735a10b4a202a2700acb271..3f443ec52fe24298d2c68d4f8a0651e3d63e8547 100644 (file)
@@ -72,7 +72,7 @@ static int test_parsing(void)
     tr_free(path);
     tr_sessionReloadBlocklists(session);
     check(tr_blocklistExists(session));
-    check_int(tr_blocklistGetRuleCount(session), ==, 4);
+    check_int(tr_blocklistGetRuleCount(session), ==, 5);
 
     /* enable the blocklist */
     check(!tr_blocklistIsEnabled(session));