mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[2377] hide test definitions in an unnamed namespace.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user