Skip to content

Commit

Permalink
Tests for DB version 16 (SQLite)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcw-2 committed Jul 6, 2024
1 parent 126bd56 commit f7a3d58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added tests/data/empty-16.tar.xz
Binary file not shown.
7 changes: 7 additions & 0 deletions tests/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,13 @@ class SQLite_04a_NewData15(SQLiteTestBase, NewData):
root_override = None


class SQLite_04b_NewData16(SQLiteTestBase, NewData):

# Use empty database without root_override
test_db = 'empty-16.tar.xz'
root_override = None


class SQLite_05_RootOverride_01(SQLiteTestBase, NewDataRoot):

# Use empty database without root_override
Expand Down

0 comments on commit f7a3d58

Please sign in to comment.