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
52b93e86
Commit
52b93e86
authored
Dec 13, 2012
by
JINMEI Tatuya
Browse files
[2379] minor editorial cleanup: use consistent spacing policy
parent
6bd0c1d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/datasrc/tests/zone_loader_test.py
View file @
52b93e86
...
...
@@ -30,8 +30,8 @@ STATIC_ZONE_FILE = '../../../../datasrc/static.zone'
SOURCE_DB_FILE
=
TESTDATA_PATH
+
'/example.com.source.sqlite3'
ORIG_DB_FILE
=
TESTDATA_PATH
+
'/example.com.sqlite3'
DB_FILE
=
TESTDATA_WRITE_PATH
+
'/zoneloadertest.sqlite3'
DB_CLIENT_CONFIG
=
'{ "database_file": "'
+
DB_FILE
+
'"}'
DB_SOURCE_CLIENT_CONFIG
=
'{ "database_file": "'
+
SOURCE_DB_FILE
+
'"}'
DB_CLIENT_CONFIG
=
'{ "database_file": "'
+
DB_FILE
+
'"
}'
DB_SOURCE_CLIENT_CONFIG
=
'{ "database_file": "'
+
SOURCE_DB_FILE
+
'"
}'
ORIG_SOA_TXT
=
'example.com. 3600 IN SOA master.example.com. '
+
\
'admin.example.com. 1234 3600 1800 2419200 7200
\n
'
...
...
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