mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Put Android plugins and Java SE plugins in separate modules.
This commit is contained in:
@@ -126,7 +126,7 @@ public class PluginManagerImplTest extends BriarTestCase {
|
||||
androidExecutor, simplexPluginConfig, duplexPluginConfig, db,
|
||||
poller, dispatcher, uiCallback);
|
||||
// Two plugins should be started and stopped
|
||||
assertEquals(2, p.start(null));
|
||||
assertEquals(2, p.start());
|
||||
assertEquals(2, p.stop());
|
||||
context.assertIsSatisfied();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user