Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
8ea9fa76
Commit
8ea9fa76
authored
Jan 22, 2013
by
Mukund Sivaraman
Browse files
[master] Add a newline at the end of the zone data
parent
5d3f0570
Changes
1
Show whitespace changes
Inline
Side-by-side
src/bin/auth/tests/datasrc_clients_builder_unittest.cc
View file @
8ea9fa76
...
@@ -329,7 +329,7 @@ TEST_F(DataSrcClientsBuilderTest,
...
@@ -329,7 +329,7 @@ TEST_F(DataSrcClientsBuilderTest,
// Prepare the database first
// Prepare the database first
const
std
::
string
test_db
=
TEST_DATA_BUILDDIR
"/auth_test.sqlite3.copied"
;
const
std
::
string
test_db
=
TEST_DATA_BUILDDIR
"/auth_test.sqlite3.copied"
;
std
::
stringstream
ss
(
"example.org. 3600 IN SOA . . 0 0 0 0 0
\n
"
std
::
stringstream
ss
(
"example.org. 3600 IN SOA . . 0 0 0 0 0
\n
"
"example.org. 3600 IN NS ns1.example.org."
);
"example.org. 3600 IN NS ns1.example.org.
\n
"
);
createSQLite3DB
(
rrclass
,
Name
(
"example.org"
),
test_db
.
c_str
(),
ss
);
createSQLite3DB
(
rrclass
,
Name
(
"example.org"
),
test_db
.
c_str
(),
ss
);
// This describes the data source in the configuration
// This describes the data source in the configuration
const
ConstElementPtr
config
(
Element
::
fromJSON
(
"{"
const
ConstElementPtr
config
(
Element
::
fromJSON
(
"{"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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