[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Thu Oct 25 21:31:48 UTC 2007
gordonp
Thu Oct 25 17:31:48 EDT 2007
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/test
In directory dev.open-bio.org:/tmp/cvs-serv8850/org/biomoby/service/test
Modified Files:
MobyServletTestCase.java
Log Message:
Changed example XML file due to conflict with MobyServlet tutorial
moby-live/Java/src/main/org/biomoby/service/test MobyServletTestCase.java,1.5,1.6
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/test/MobyServletTestCase.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/test/MobyServletTestCase.java 2007/07/23 21:32:27 1.5
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/test/MobyServletTestCase.java 2007/10/25 21:31:48 1.6
@@ -20,7 +20,7 @@
import java.util.Vector;
public class MobyServletTestCase extends TestCase{
- private final static String TEST_MOBY_XML = "org/biomoby/service/test/mobyAASeq.xml";
+ private final static String TEST_MOBY_XML = "org/biomoby/service/test/mobyAASeqWithSecondaries.xml";
private final static String SERVLET_TEST_WEBXML = "org/biomoby/service/test/web.xml";
private final static String SERVLET_TEST_URL = "http://moby.ucalgary.ca:8080/MobyServlet";
private final static String TEST_MAIN_CLASS_NAME = "org.biomoby.service.test.ConvertAAtoFASTA_AA";
More information about the MOBY-guts
mailing list