Searched refs:RdbStoreDistributedTest (Results 1 – 1 of 1) sorted by relevance
33 class RdbStoreDistributedTest : public testing::Test { class50 const std::string RdbStoreDistributedTest::DRDB_NAME = "distributed_rdb.db";51 const std::string RdbStoreDistributedTest::DRDB_PATH = "/data/test/";78 void RdbStoreDistributedTest::SetUpTestCase() in SetUpTestCase()81 std::string path = RdbStoreDistributedTest::DRDB_PATH + RdbStoreDistributedTest::DRDB_NAME; in SetUpTestCase()94 config.SetName(RdbStoreDistributedTest::DRDB_NAME); in SetUpTestCase()100 void RdbStoreDistributedTest::TearDownTestCase() in TearDownTestCase()102 …RdbHelper::DeleteRdbStore(RdbStoreDistributedTest::DRDB_PATH + RdbStoreDistributedTest::DRDB_NAME); in TearDownTestCase()105 void RdbStoreDistributedTest::SetUp() in SetUp()224 std::string path = RdbStoreDistributedTest::DRDB_PATH + "test.db";[all …]