From: Igor Fedotov Date: Mon, 10 Oct 2016 22:31:47 +0000 (+0000) Subject: test/unittest_bluestore_types: fix UT X-Git-Tag: v11.1.0~539^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9594a13f212aad5b25a248c75b81cf8bdaea26d2;p=ceph.git test/unittest_bluestore_types: fix UT Signed-off-by: Igor Fedotov --- diff --git a/src/test/objectstore/test_bluestore_types.cc b/src/test/objectstore/test_bluestore_types.cc index 8221880b15c5..70f59a091155 100644 --- a/src/test/objectstore/test_bluestore_types.cc +++ b/src/test/objectstore/test_bluestore_types.cc @@ -235,7 +235,7 @@ TEST(bluestore_blob_t, calc_csum) bufferlist n; n.append("12345678"); - for (unsigned csum_type = 1; + for (unsigned csum_type = Checksummer::CSUM_NONE + 1; csum_type < Checksummer::CSUM_MAX; ++csum_type) { cout << "csum_type " << Checksummer::get_csum_type_string(csum_type)