X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Funit%2Fcore%2Fstore_test.c;fp=t%2Funit%2Fcore%2Fstore_test.c;h=d6a44e09f13ab01e095ecae6a64db3246e74e083;hp=96ac0c1d67356eabbb59d885a75d2be6f1b48398;hb=5f7e0ee1cf668eaaec097d8f2fa0753b0c089946;hpb=1bde17786b9a0b342daae5faa46a54b3eeab6558 diff --git a/t/unit/core/store_test.c b/t/unit/core/store_test.c index 96ac0c1..d6a44e0 100644 --- a/t/unit/core/store_test.c +++ b/t/unit/core/store_test.c @@ -280,16 +280,6 @@ START_TEST(test_store_metric) golden_data[i].host, golden_data[i].metric, golden_data[i].store, golden_data[i].last_update, status, golden_data[i].expected); - - if (status < 0) - continue; - - if (golden_data[i].store != NULL) - fail_unless(golden_data[i].store->last_update > 0, - "sdb_memstore_metric(%s, %s, %p, %d, 0) did not update " - "store->last_update", - golden_data[i].host, golden_data[i].metric, - golden_data[i].store, golden_data[i].last_update); } } END_TEST