Work in progress
This commit is contained in:
@@ -6,5 +6,13 @@
|
||||
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
open_test() ->
|
||||
{ok, C} = esqlite:open("test.db").
|
||||
open_single_database_test() ->
|
||||
{ok, _C1} = esqlite:open("test.db"),
|
||||
ok.
|
||||
|
||||
open_multiple_databases_test() ->
|
||||
{ok, _C1} = esqlite:open("test.db"),
|
||||
{ok, _C2} = esqlite:open("test.db"),
|
||||
|
||||
ok.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user