Skip to content

Commit

Permalink
Updated a test
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Feb 28, 2012
1 parent 55b479f commit ddeca11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bloomd/test_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ START_TEST(test_filter_page_out)
}

fail_unless(bloomf_close(filter) == 0);
fail_unless(bloomf_size(filter) == 10000);
fail_unless(bloomf_capacity(filter) == 100000);
fail_unless(counters->page_outs == 1);
fail_unless(counters->page_ins == 0);

Expand Down

0 comments on commit ddeca11

Please sign in to comment.