small bugs

This commit is contained in:
Vitor Santos Costa
2018-11-23 00:01:55 +00:00
parent 5fdd481d6c
commit 9be6eb9132
23 changed files with 234 additions and 216 deletions

View File

@@ -7,13 +7,12 @@
:- begin_tests(sqlite3).
:- if( yap_flag(android,true) ).
test(open) :-
db_open(sqlite3, '/data/user/0/pt.up.yap/files/chinook.db', _, _).
:- else.
test(open) :-
db_open(sqlite3,'chinook.db',_,_).
db_open(sqlite3,dataset('chinook'),_,_).
:-endif.
test(schema0, all((Tables ==[(table albums),