diff --git a/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java b/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java index 029703cba..c538c29fc 100644 --- a/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java +++ b/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java @@ -8,8 +8,8 @@ import net.sf.briar.api.TransportConfig; import net.sf.briar.api.TransportProperties; import net.sf.briar.plugins.StreamServerTest; -//This is not a JUnit test - it has to be run manually while the server test -//is running on another machine +// This is not a JUnit test - it has to be run manually while the client test +// is running on another machine public class BluetoothServerTest extends StreamServerTest { private BluetoothServerTest() { diff --git a/test/net/sf/briar/plugins/socket/LanSocketClientTest.java b/test/net/sf/briar/plugins/socket/LanSocketClientTest.java index b0a8d44c7..92710c5a6 100644 --- a/test/net/sf/briar/plugins/socket/LanSocketClientTest.java +++ b/test/net/sf/briar/plugins/socket/LanSocketClientTest.java @@ -10,8 +10,8 @@ import net.sf.briar.api.TransportConfig; import net.sf.briar.api.TransportProperties; import net.sf.briar.plugins.StreamClientTest; -//This is not a JUnit test - it has to be run manually while the server test -//is running on another machine +// This is not a JUnit test - it has to be run manually while the server test +// is running on another machine public class LanSocketClientTest extends StreamClientTest { private LanSocketClientTest(String serverAddress, String serverPort) { diff --git a/test/net/sf/briar/plugins/socket/LanSocketServerTest.java b/test/net/sf/briar/plugins/socket/LanSocketServerTest.java index 6ca078c55..0535bd93e 100644 --- a/test/net/sf/briar/plugins/socket/LanSocketServerTest.java +++ b/test/net/sf/briar/plugins/socket/LanSocketServerTest.java @@ -8,8 +8,8 @@ import net.sf.briar.api.TransportConfig; import net.sf.briar.api.TransportProperties; import net.sf.briar.plugins.StreamServerTest; -//This is not a JUnit test - it has to be run manually while the server test -//is running on another machine +// This is not a JUnit test - it has to be run manually while the client test +// is running on another machine public class LanSocketServerTest extends StreamServerTest { private LanSocketServerTest() {