caarmen / poet-assistant

Android app with rhyming dictionary, thesaurus, and dictionary, with text-to-speech functionality to read your poem.
Other
83 stars 11 forks source link

Attempt to fix some db leaks that make espresso tests fail #124

Closed caarmen closed 6 years ago

caarmen commented 6 years ago

Still have a couple of leaks:

11-19 23:33:19.836 12179 12194 I TestRunner: finished: wotdNotificationPriorityEnabledTest(ca.rmen.android.poetassistant.main.RandomWordTest)
11-19 23:33:20.759 12179 12194 I TestRunner: started: openWotdListTest(ca.rmen.android.poetassistant.main.RandomWordTest)
11-19 23:33:21.039 12179 12188 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/ca.rmen.android.poetassistant.test/app_databases/poet_assistant.db' was leaked!  Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.

11-19 23:33:57.962 12179 12194 I TestRunner: finished: testMatchAOAAEnabled(ca.rmen.android.poetassistant.main.RhymeSettingsTest)
11-19 23:33:58.786 12179 12194 I TestRunner: started: testMatchAOAADisabled(ca.rmen.android.poetassistant.main.RhymeSettingsTest)
11-19 23:34:01.711 12179 12188 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/ca.rmen.android.poetassistant.test/app_databases/poet_assistant.db' was leaked!  Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.