From: Danny Al-Gaaf Date: Thu, 25 Jul 2013 22:39:29 +0000 (+0200) Subject: test_cls_log.cc: remove empty lines X-Git-Tag: v0.67-rc3~41^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=87f8e8fe9cb6ea88120bbd793d6a378a6e9d1ff8;p=ceph.git test_cls_log.cc: remove empty lines Signed-off-by: Danny Al-Gaaf --- diff --git a/src/test/cls_log/test_cls_log.cc b/src/test/cls_log/test_cls_log.cc index a8d1b3d53007..090490d99a99 100644 --- a/src/test/cls_log/test_cls_log.cc +++ b/src/test/cls_log/test_cls_log.cc @@ -118,14 +118,10 @@ TEST(cls_rgw, test_log_add_same_time) /* add chains */ string oid = "obj"; - /* create object */ - ASSERT_EQ(0, ioctx.create(oid, true)); - /* generate log */ - utime_t start_time = ceph_clock_now(g_ceph_context); generate_log(ioctx, oid, 10, start_time, false); @@ -206,14 +202,10 @@ TEST(cls_rgw, test_log_add_different_time) /* add chains */ string oid = "obj"; - /* create object */ - ASSERT_EQ(0, ioctx.create(oid, true)); - /* generate log */ - utime_t start_time = ceph_clock_now(g_ceph_context); generate_log(ioctx, oid, 10, start_time, true); @@ -227,7 +219,6 @@ TEST(cls_rgw, test_log_add_different_time) string marker; /* check list */ - cls_log_list(*rop, start_time, to_time, marker, 0, entries, &marker, &truncated); bufferlist obl; @@ -258,7 +249,6 @@ TEST(cls_rgw, test_log_add_different_time) reset_rop(&rop); /* check list again with shifted time */ - utime_t next_time = get_time(start_time, 1, true); marker.clear(); @@ -305,14 +295,10 @@ TEST(cls_rgw, test_log_trim) /* add chains */ string oid = "obj"; - /* create object */ - ASSERT_EQ(0, ioctx.create(oid, true)); - /* generate log */ - utime_t start_time = ceph_clock_now(g_ceph_context); generate_log(ioctx, oid, 10, start_time, true);