]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/rbd_mirror: add "using ::testing::DoAll"
authorKefu Chai <kchai@redhat.com>
Thu, 2 May 2019 16:36:24 +0000 (00:36 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 2 May 2019 16:53:17 +0000 (00:53 +0800)
commit45629975ac835e8bdcbe05ea86f80e6f71793816
tree5ab5a5132e7e61508f11aa8076bc57b5295f05e8
parent61e4a521b29c7bfb5d479f2cd2807c50a9f9cfd2
test/rbd_mirror: add "using ::testing::DoAll"

we should `using` it before calling it using `DoAll`.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/librbd/test_mock_Watcher.cc
src/test/rbd_mirror/image_deleter/test_mock_RemoveRequest.cc
src/test/rbd_mirror/image_deleter/test_mock_TrashMoveRequest.cc
src/test/rbd_mirror/test_mock_ImageSync.cc