Author: kwright
Date: Tue Jun 17 11:09:27 2014
New Revision: 1603128
URL: http://svn.apache.org/r1603128
Log:
Fix the test
Modified:
manifoldcf/branches/CONNECTORS-962/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java
Modified:
manifoldcf/branches/CONNECTORS-962/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-962/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java?rev=1603128&r1=1603127&r2=1603128&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-962/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java
(original)
+++
manifoldcf/branches/CONNECTORS-962/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java
Tue Jun 17 11:09:27 2014
@@ -72,7 +72,8 @@ public class SchedulerTester
IJobDescription job = jobManager.createJob();
job.setDescription("Test Job");
job.setConnectionName("SchedulerTest Connection");
- job.setOutputConnectionName("Null Connection");
+ job.addPipelineStage(-1,true,"Null Connection","");
+ //job.setOutputConnectionName("Null Connection");
job.setType(job.TYPE_SPECIFIED);
job.setStartMethod(job.START_DISABLE);
job.setHopcountMode(job.HOPCOUNT_ACCURATE);