Use FTLs embedded SQLite3 engine for the tests instead of relying whatever the system may be providing

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2022-01-18 15:28:45 +01:00
parent 48e7bd8247
commit fd2a633d20
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ INSERT INTO adlist VALUES(1,'https://hosts-file.net/ad_servers.txt',1,1559928803
INSERT INTO gravity VALUES('whitelisted.ftl',1);
INSERT INTO gravity VALUES('gravity.ftl',1);
INSERT INTO gravity VALUES('gravity-whitelisted.ftl',1);
INSERT INTO info VALUES("gravity_count",3);
INSERT INTO info VALUES('gravity_count',3);
INSERT INTO "group" VALUES(1,0,'Test group',1559928803,1559928803,'A disabled test group');
INSERT INTO domainlist_by_group VALUES(15,1);