[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Thu Feb 8 16:59:58 UTC 2007


gordonp
Thu Feb  8 11:59:58 EST 2007
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test
In directory dev.open-bio.org:/tmp/cvs-serv27169/main/ca/ucalgary/seahawk/gui/test

Modified Files:
	SeahawkTestCase.java 
Log Message:
Documentation updates
moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test SeahawkTestCase.java,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test/SeahawkTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test/SeahawkTestCase.java	2006/11/22 22:23:54	1.3
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/test/SeahawkTestCase.java	2007/02/08 16:59:58	1.4
@@ -1,10 +1,3 @@
-/**
- * Tests all of the major functionality of Seahawk, the standalone MOBY
- * browser that can be embedded in other applications too. If you add classes
- * to Seahawk, you MUST test them here, otherwise they will not end up in the 
- * Seahawk deployment JAR.
- */
-
 package ca.ucalgary.seahawk.gui.test;
 
 import ca.ucalgary.seahawk.gui.MobyContentGUI;
@@ -32,6 +25,13 @@
 import java.util.List;
 import java.util.Vector;
 
+/**
+ * Tests all of the major functionality of Seahawk, the standalone MOBY
+ * browser that can be embedded in other applications too. If you add classes
+ * to Seahawk, you MUST test them here, otherwise they will not end up in the 
+ * Seahawk deployment JAR.
+ */
+
 public class SeahawkTestCase extends JFCTestCase{
     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";




More information about the MOBY-guts mailing list