Fixed issue 80. Obsolete test files were not updated with some changes in ExternalAPI...
authorChristos V. Stathis <chstath@ebs.gr>
Thu, 3 Mar 2011 15:01:52 +0000 (17:01 +0200)
committerChristos V. Stathis <chstath@ebs.gr>
Thu, 3 Mar 2011 15:01:52 +0000 (17:01 +0200)
test/gr/ebs/gss/server/ejb/ExternalAPITest.java

index 334db10..03c46d3 100644 (file)
@@ -837,32 +837,6 @@ public class ExternalAPITest extends TestCase {
        }
 
        /**
-        * Tests {@link ExternalAPIBean#indexFile}
-        */
-       public final void testIndexFile() {
-               try {
-                       final ExternalAPIRemote service = getService();
-                       service.indexFile(Long.valueOf(599), false);
-               } catch (final Exception e) {
-                       e.printStackTrace();
-                       Assert.fail();
-               }
-       }
-
-       /**
-        * Tests {@link ExternalAPIBean#indexFile} with delete
-        */
-       public final void testDeleteIndexedFile() {
-               try {
-                       final ExternalAPIRemote service = getService();
-                       service.indexFile(Long.valueOf(14076), true);
-               } catch (final Exception e) {
-                       e.printStackTrace();
-                       Assert.fail();
-               }
-       }
-
-       /**
         * Tests {@link ExternalAPIBean#searchFiles}
         */
        public final void testSearchFiles() {