add ListPeerNote command and replies
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpTest.java
index b07bb85..e0d20e4 100644 (file)
@@ -60,12 +60,10 @@ public class FcpTest extends TestCase {
         * Tests the FCP connection be simply {@link #setUp() setting it up} and
         * {@link #tearDown() tearing it down} again.
         * 
-        * @throws FcpException
-        *             if an FCP error occurs
         * @throws IOException
         *             if an I/O error occurs
         */
-       public void testFcpConnection() throws FcpException, IOException {
+       public void testFcpConnection() throws IOException {
                /* do nothing. */
        }
 
@@ -90,14 +88,12 @@ public class FcpTest extends TestCase {
        /**
         * Generates an SSK key pair.
         * 
-        * @throws FcpException
-        *             if an FCP error occurs
         * @throws IOException
         *             if an I/O error occurs
         * @throws InterruptedException
         *             if {@link Object#wait()} wakes up spuriously
         */
-       public void testGenerateSSK() throws IOException, FcpException, InterruptedException {
+       public void testGenerateSSK() throws IOException, InterruptedException {
                final boolean[] result = new boolean[1];
                FcpAdapter fcpAdapter = new FcpAdapter() {
                        /**