F-28 is switching the NSS default database type to sqlite. The unit tests have exposed a few issues in certmonger and a few assumptions in the tests.
Some of the tests assumed the database would be dbm. Add some new tests for sqlite and don't assume the underlying database scheme in others.
Duplicate of PR #92 which has a better description.
Pull-Request has been closed by rcritten
F-28 is switching the NSS default database type to sqlite. The unit tests have exposed a few issues in certmonger and a few assumptions in the tests.
Some of the tests assumed the database would be dbm. Add some new tests for sqlite and don't assume the underlying database scheme in others.