mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +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::endl;
|
||||
|
||||
namespace {
|
||||
class MasterLoaderTest : public ::testing::Test {
|
||||
public:
|
||||
MasterLoaderTest() :
|
||||
@@ -243,3 +244,4 @@ TEST_F(MasterLoaderTest, loadTwice) {
|
||||
loader_->load();
|
||||
EXPECT_THROW(loader_->load(), isc::InvalidOperation);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user