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:
parent
74fa29b73f
commit
5305c27ca7
9 changed files with 44 additions and 43 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue