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
Adam Osuchowski
Kea
Commits
b8fa96e3
Commit
b8fa96e3
authored
Aug 02, 2013
by
Michal 'vorner' Vaner
Browse files
Delete file generated by tests
parent
d5c2bffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/tests/datasrc_clients_builder_unittest.cc
View file @
b8fa96e3
...
...
@@ -43,6 +43,7 @@
#include
<string>
#include
<sstream>
#include
<cerrno>
#include
<unistd.h>
using
isc
::
data
::
ConstElementPtr
;
using
namespace
isc
::
dns
;
...
...
@@ -69,6 +70,11 @@ protected:
}
void
TearDown
()
{
// Some tests create this file. Delete it if it exists.
unlink
(
TEST_DATA_BUILDDIR
"/test1.zone.image"
);
}
void
configureZones
();
// used for loadzone related tests
ClientListMapPtr
clients_map
;
// configured clients
...
...
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