summaryrefslogtreecommitdiff
path: root/lib/backupstore
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-07-25 19:17:23 +0000
committerChris Wilson <chris+github@qwirx.com>2015-07-25 19:17:23 +0000
commitde7046406341c59c9c8c57b79fce99bdc123c794 (patch)
tree184222fad8d4d29460862eebc7cdfea9bf46d8fd /lib/backupstore
parent05c7920fc94bbd9ef719fb7699281ee3bf09de45 (diff)
Remove duplicate declaration of test functions.
Diffstat (limited to 'lib/backupstore')
-rw-r--r--lib/backupstore/StoreTestUtils.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/backupstore/StoreTestUtils.h b/lib/backupstore/StoreTestUtils.h
index 37c6bd29..dbacabcf 100644
--- a/lib/backupstore/StoreTestUtils.h
+++ b/lib/backupstore/StoreTestUtils.h
@@ -23,15 +23,6 @@ extern std::vector<uint32_t> ExpectedRefCounts;
//! Holds the PID of the currently running bbstored test server.
extern int bbstored_pid, bbackupd_pid;
-//! Sets up (cleans up) test environment at the start of every test.
-bool setUp(const char* function_name);
-
-//! Checks account for errors and shuts down daemons at end of every test.
-bool tearDown();
-
-//! Like tearDown() but returns false, because a test failure was detected.
-bool fail();
-
//! Sets the expected refcount of an object, resizing vector if necessary.
void set_refcount(int64_t ObjectID, uint32_t RefCount = 1);