Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
27597c6b
Commit
27597c6b
authored
Dec 07, 2012
by
Michal 'vorner' Vaner
Browse files
[2377] Document fields of ErrorCase in tests
parent
612e5244
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/master_loader_unittest.cc
View file @
27597c6b
...
...
@@ -199,8 +199,8 @@ TEST_F(MasterLoaderTest, invalidFile) {
}
struct
ErrorCase
{
const
char
*
const
line
;
const
char
*
const
problem
;
const
char
*
const
line
;
// The broken line in master file
const
char
*
const
problem
;
// Description of the problem for SCOPED_TRACE
}
const
error_cases
[]
=
{
{
"www... 3600 IN A 192.0.2.1"
,
"Invalid name"
},
{
"www FORTNIGHT IN A 192.0.2.1"
,
"Invalid TTL"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment