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
Sebastian Schrader
Kea
Commits
885d7987
Commit
885d7987
authored
Aug 05, 2011
by
Jelte Jansen
Browse files
[trac1061] fix name for in-memory sqlite db
parent
fea1f88c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/sqlite3_connection_unittest.cc
View file @
885d7987
...
...
@@ -31,7 +31,7 @@ std::string SQLITE_DBFILE_EXAMPLE = TEST_DATA_DIR "/test.sqlite3";
std
::
string
SQLITE_DBFILE_EXAMPLE2
=
TEST_DATA_DIR
"/example2.com.sqlite3"
;
std
::
string
SQLITE_DBFILE_EXAMPLE_ROOT
=
TEST_DATA_DIR
"/test-root.sqlite3"
;
std
::
string
SQLITE_DBFILE_BROKENDB
=
TEST_DATA_DIR
"/brokendb.sqlite3"
;
std
::
string
SQLITE_DBFILE_MEMORY
=
"memory"
;
std
::
string
SQLITE_DBFILE_MEMORY
=
"
:
memory
:
"
;
// The following file must be non existent and must be non"creatable";
// the sqlite3 library will try to create a new DB file if it doesn't exist,
...
...
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