Author: kwright
Date: Tue Jun 17 13:58:56 2014
New Revision: 1603172
URL: http://svn.apache.org/r1603172
Log:
Fix an oversight
Modified:
manifoldcf/branches/CONNECTORS-962/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/tests/SolrTester.java
Modified:
manifoldcf/branches/CONNECTORS-962/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/tests/SolrTester.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-962/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/tests/SolrTester.java?rev=1603172&r1=1603171&r2=1603172&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-962/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/tests/SolrTester.java
(original)
+++
manifoldcf/branches/CONNECTORS-962/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/tests/SolrTester.java
Tue Jun 17 13:58:56 2014
@@ -91,10 +91,6 @@ public class SolrTester
sn.setAttribute("count","111");
ds.addChild(ds.getChildCount(),sn);
- // Set up the output specification.
- OutputSpecification os = job.getOutputSpecification();
- // Solr output specification is not needed
-
// Save the job.
jobManager.save(job);