summaryrefslogtreecommitdiffstats
path: root/src/test/java
diff options
context:
space:
mode:
authorNils Schwabe2014-06-23 15:12:57 +0200
committerNils Schwabe2014-06-23 15:12:57 +0200
commite37fd784eefe513eda7ab946dcf92b8e8fe1b8a6 (patch)
tree7f7fe48fd392223ee63166467f6342553b2ddc77 /src/test/java
parentForgot thrift file (diff)
downloadmasterserver-e37fd784eefe513eda7ab946dcf92b8e8fe1b8a6.tar.gz
masterserver-e37fd784eefe513eda7ab946dcf92b8e8fe1b8a6.tar.xz
masterserver-e37fd784eefe513eda7ab946dcf92b8e8fe1b8a6.zip
Fix some issues with the ftp connection and the ftp user management
Remove some not needed imports from various files
Diffstat (limited to 'src/test/java')
-rw-r--r--src/test/java/org/openslx/imagemaster/ServerTest.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/test/java/org/openslx/imagemaster/ServerTest.java b/src/test/java/org/openslx/imagemaster/ServerTest.java
index 969af13..946b33f 100644
--- a/src/test/java/org/openslx/imagemaster/ServerTest.java
+++ b/src/test/java/org/openslx/imagemaster/ServerTest.java
@@ -66,17 +66,17 @@ public class ServerTest extends TestCase
assertTrue(true);
}
- public void testSomething() throws TException {
- TTransport transport = new TSocket("localhost", 9090);
- transport.open();
-
- TProtocol protocol = new TBinaryProtocol(transport);
- Client client = new Client(protocol);
-
- assertTrue( "Could not ping server", client.ping() );
-
- client.getImage( "8fbaf5cb-ebf6-11e3-996b-f5a55bd7273c", "" );
- }
+// public void testSomething() throws TException {
+// TTransport transport = new TSocket("localhost", 9090);
+// transport.open();
+//
+// TProtocol protocol = new TBinaryProtocol(transport);
+// Client client = new Client(protocol);
+//
+// assertTrue( "Could not ping server", client.ping() );
+//
+// client.getImage( "8fbaf5cb-ebf6-11e3-996b-f5a55bd7273c", "" );
+// }
/**
* Test the authentication