]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: Fix the order of ASSERT_EQ() in chain_xattr tests 9296/head
authorKefu Chai <kchai@redhat.com>
Tue, 24 May 2016 16:34:25 +0000 (00:34 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 24 May 2016 16:35:57 +0000 (00:35 +0800)
commit03921ef4b9696c44dd306c549bc8a544a652a152
tree1acaabc588d6d9647988807df72a84dde4166c96
parent0120d271bd35b79f6a0e8682c43290901ca532e9
test: Fix the order of ASSERT_EQ() in chain_xattr tests

GTEST_ASSERT_EQ(expected, actual) so the error message would be easier
to read if ASSERT_EQ() fails.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/objectstore/chain_xattr.cc