Move AccountManager and related objects into Accounts package.

This makes the manager consistent with the source file naming convention
and the new account UI classes.
This commit is contained in:
Michael James Gratton 2018-07-23 14:38:57 +10:00
parent 74fa29b73f
commit 5305c27ca7
9 changed files with 44 additions and 43 deletions

View file

@ -39,7 +39,7 @@ int main(string[] args) {
// Keep this before other ClientWebView based tests since it tests
// WebContext init
client.add_suite(new AccountManagerTest().get_suite());
client.add_suite(new Accounts.ManagerTest().get_suite());
client.add_suite(new ClientWebViewTest().get_suite());
client.add_suite(new ComposerWebViewTest().get_suite());
client.add_suite(new ConfigurationTest().get_suite());