Fixed test expectations.

This commit is contained in:
akwizgran
2011-10-30 21:42:55 +00:00
parent 681e82547e
commit d1676781f0

View File

@@ -27,6 +27,8 @@ public class PluginManagerImplTest extends TestCase {
will(returnValue(new TransportProperties()));
allowing(db).getRemoteProperties(with(any(TransportId.class)));
will(returnValue(new TransportProperties()));
allowing(db).setLocalProperties(with(any(TransportId.class)),
with(any(TransportProperties.class)));
}});
Executor executor = new ImmediateExecutor();
Poller poller = new PollerImpl();