|
@@ -35,6 +35,7 @@ using std::list;
|
|
using std::ofstream;
|
|
using std::ofstream;
|
|
using std::endl;
|
|
using std::endl;
|
|
|
|
|
|
|
|
+namespace {
|
|
class MasterLoaderTest : public ::testing::Test {
|
|
class MasterLoaderTest : public ::testing::Test {
|
|
public:
|
|
public:
|
|
MasterLoaderTest() :
|
|
MasterLoaderTest() :
|
|
@@ -243,3 +244,4 @@ TEST_F(MasterLoaderTest, loadTwice) {
|
|
loader_->load();
|
|
loader_->load();
|
|
EXPECT_THROW(loader_->load(), isc::InvalidOperation);
|
|
EXPECT_THROW(loader_->load(), isc::InvalidOperation);
|
|
}
|
|
}
|
|
|
|
+}
|