Add missing methods to database unit test

This commit is contained in:
Nick Hall 2017-09-30 19:07:03 +01:00
parent f7c9ef7dbf
commit aed7560a46

View File

@ -40,6 +40,8 @@ class DbTest(unittest.TestCase):
"find_next_source_gramps_id",
"get_bookmarks",
"get_child_reference_types",
"get_dbid",
"get_dbname",
"get_default_handle",
"get_default_person",
"get_event_attribute_types",