diff --git a/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java b/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java index 029703cba9c179e089f669bce29e271531f8c8b3..c538c29fca60228387b1a8ffc18085896c2f857b 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 b0a8d44c7d80c5b758358100dcab24eb81b93f11..92710c5a64e1bfbd442465d756f70599201719b9 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 6ca078c5548bfd8bb0252802e37b1e040f4dca25..0535bd93e10342ada486504435f5ab7e21578719 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() {