@@ -1363,7 +1363,7 @@ START_TEST(processifinfo_does_not_add_traffic_when_over_limit)
13631363}
13641364END_TEST
13651365
1366- START_TEST (processifinfo_adds_traffic_when_over_limit_with_64bit )
1366+ START_TEST (processifinfo_does_not_add_add_traffic_when_over_limit_with_64bit )
13671367{
13681368 int ret ;
13691369 DSTATE s ;
@@ -1395,9 +1395,7 @@ START_TEST(processifinfo_adds_traffic_when_over_limit_with_64bit)
13951395 ck_assert_int_eq (s .dcache -> syncneeded , 0 );
13961396 ck_assert (s .dcache -> currx == (MAX32 + 1111111 ));
13971397 ck_assert (s .dcache -> curtx == (MAX32 + 2222222 ));
1398- ck_assert_ptr_ne (s .dcache -> log , NULL );
1399- ck_assert_int_eq (s .dcache -> log -> rx , 1111110 );
1400- ck_assert_int_eq (s .dcache -> log -> tx , 2222221 );
1398+ ck_assert_ptr_eq (s .dcache -> log , NULL );
14011399
14021400 datacache_clear (& s .dcache );
14031401}
@@ -1673,7 +1671,7 @@ void add_daemon_tests(Suite *s)
16731671 tcase_add_test (tc_daemon , processifinfo_syncs_if_timestamps_match );
16741672 tcase_add_test (tc_daemon , processifinfo_adds_traffic );
16751673 tcase_add_test (tc_daemon , processifinfo_does_not_add_traffic_when_over_limit );
1676- tcase_add_test (tc_daemon , processifinfo_adds_traffic_when_over_limit_with_64bit );
1674+ tcase_add_test (tc_daemon , processifinfo_does_not_add_add_traffic_when_over_limit_with_64bit );
16771675 tcase_add_test (tc_daemon , processifinfo_adds_zero_traffic_when_over_limit );
16781676 tcase_add_test (tc_daemon , datacache_status_can_handle_nothing );
16791677 tcase_add_test (tc_daemon , datacache_status_can_show_limits );
0 commit comments