[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Sun Nov 6 16:47:11 UTC 2005
senger
Sun Nov 6 11:47:10 EST 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/test
In directory pub.open-bio.org:/tmp/cvs-serv13871/src/main/org/biomoby/registry/rdfagent/test
Modified Files:
RDFAgentTestSuite.java
Log Message:
moby-live/Java/src/main/org/biomoby/registry/rdfagent/test RDFAgentTestSuite.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/test/RDFAgentTestSuite.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/test/RDFAgentTestSuite.java 2005/09/12 18:21:13 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/test/RDFAgentTestSuite.java 2005/11/06 16:47:10 1.2
@@ -75,7 +75,6 @@
if (connection == null)
connection = createConnection();
- String locationOldRDFDoc = "";
// perform the update
try {
Statement stmt = connection.createStatement();
@@ -303,7 +302,6 @@
public void performInitForTests() {
/* all variable used should be declared here */
String signatureUrlLocation = "";
- String name = "";
println("#### Test 0a ####");
println("Initializing the agent with 0a.rdf");
switchTestRDFDocuments(createRdfDocumentURLString("0a.rdf"));
@@ -328,8 +326,6 @@
public void performTest1() throws TestException {
/* all variable used should be declared here */
String signatureUrlLocation = "";
- String name = "";
- ServSignature service = null;
println("#### Test one ####");
println("Initializing the agent with 1.rdf");
switchTestRDFDocuments(createRdfDocumentURLString("1.rdf"));
More information about the MOBY-guts
mailing list