]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test_idempotent_sequence: Use FileStoreDiff class instead.
authorSage Weil <sage@newdream.net>
Fri, 20 Apr 2012 23:55:55 +0000 (16:55 -0700)
committerSage Weil <sage@newdream.net>
Fri, 20 Apr 2012 23:55:55 +0000 (16:55 -0700)
commitca369c98a3259373d26b809a8b9b997f31d3c178
treef787786efa7b27e227ece11559a4604c89525a11
parent5466ebc776dd10bde3d5979ea8a27bcafcb86967
test_idempotent_sequence: Use FileStoreDiff class instead.

Use FileStoreDiff instead of having the diff code embedded in the test,
allowing for more tests and people to use the code in case it comes in
hand.

Signed-off-by: Joao Eduardo Luis <jecluis@gmail.com>
src/Makefile.am
src/test/filestore/FileStoreDiff.cc [new file with mode: 0644]
src/test/filestore/FileStoreDiff.h [new file with mode: 0644]
src/test/filestore/test_idempotent_sequence.cc
src/test/filestore_test/FileStoreDiff.cc [deleted file]
src/test/filestore_test/FileStoreDiff.h [deleted file]