Formatting.

This commit is contained in:
akwizgran
2011-10-05 18:49:27 +01:00
parent 3ffb56bf12
commit 6160a5f56c

View File

@@ -348,8 +348,8 @@ public class RemovableDrivePluginTest extends TestCase {
oneOf(monitor).start(with(any(Callback.class))); oneOf(monitor).start(with(any(Callback.class)));
}}); }});
RemovableDrivePlugin plugin = new RemovableDrivePlugin(new ImmediateExecutor(), RemovableDrivePlugin plugin = new RemovableDrivePlugin(
finder, monitor); new ImmediateExecutor(), finder, monitor);
plugin.start(null, null, null, callback); plugin.start(null, null, null, callback);
File f = new File(testDir, "abcdefgh.dat"); File f = new File(testDir, "abcdefgh.dat");
@@ -378,8 +378,8 @@ public class RemovableDrivePluginTest extends TestCase {
oneOf(callback).readerCreated(with(any(FileTransportReader.class))); oneOf(callback).readerCreated(with(any(FileTransportReader.class)));
}}); }});
RemovableDrivePlugin plugin = new RemovableDrivePlugin(new ImmediateExecutor(), RemovableDrivePlugin plugin = new RemovableDrivePlugin(
finder, monitor); new ImmediateExecutor(), finder, monitor);
plugin.start(null, null, null, callback); plugin.start(null, null, null, callback);
File f = new File(testDir, "abcdefgh.dat"); File f = new File(testDir, "abcdefgh.dat");