[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Wed Jan 30 00:06:48 UTC 2008


gordonp
Tue Jan 29 19:06:48 EST 2008
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test
In directory dev.open-bio.org:/tmp/cvs-serv10954/src/main/ca/ucalgary/seahawk/gui/test

Modified Files:
	SeahawkTestCase.java 
Log Message:
Added placeholders for JODConverter tests
moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test SeahawkTestCase.java,1.9,1.10
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test/SeahawkTestCase.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test/SeahawkTestCase.java	2007/08/01 18:18:27	1.9
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test/SeahawkTestCase.java	2008/01/30 00:06:48	1.10
@@ -28,6 +28,8 @@
  */
 
 public class SeahawkTestCase extends JFCTestCase{
+    private final static String TEST_MS_WORD_FILE = "ca/ucalgary/seahawk/gui/test/perlregex.doc";
+    private final static String TEST_MS_EXCEL_FILE = "ca/ucalgary/seahawk/gui/test/twohybrid_uetz.xls";
     private final static String TEST_MOBYEX_XML = "ca/ucalgary/seahawk/gui/test/moby_exception.xml";
     private final static String TEST_MOBY_XML = "ca/ucalgary/seahawk/gui/test/allDataTypes.xml";
     private final static String TEST_EXTERNAL_URL = "http://www.google.com/";
@@ -936,6 +938,18 @@
 	tempFile.delete();
     }
 
+    public void testWordFileConversion() throws Exception{
+	
+    }
+
+    public void testExcelFileConversion() throws Exception{
+	
+    }
+
+    public void testTeXFileConversion() throws Exception{
+	
+    }
+
     /**
      * @return a test suite for all the test methods of this test case.
      */
@@ -955,6 +969,9 @@
   	suite.addTest(new SeahawkTestCase("testHighlightOptions"));//done
   	suite.addTest(new SeahawkTestCase("testUserPreferences"));//done
   	suite.addTest(new SeahawkTestCase("testExternalBrowser"));//done
+  	suite.addTest(new SeahawkTestCase("testWordFileConversion"));
+  	suite.addTest(new SeahawkTestCase("testExcelFileConversion"));
+  	suite.addTest(new SeahawkTestCase("testTeXFileConversion"));
         return suite;
     }
 




More information about the MOBY-guts mailing list