Issue #1796 Fixed the test
Change-Id: I97c130659910d11d2b1a26d888871b6a48bd5f2c Former-commit-id: e5648a32e688c0b23233ab46e0c9f32b3bf2920f
This commit is contained in:
parent
8363eba409
commit
b4eb7b17a9
6 changed files with 10 additions and 7 deletions
|
@ -85,5 +85,6 @@
|
||||||
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="org.jep.linux32"/>
|
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="org.jep.linux32"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
|
<classpathentry combineaccessrules="false" kind="src" path="/com.raytheon.uf.common.datadelivery.harvester"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -17,11 +17,13 @@
|
||||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||||
* further licensing information.
|
* further licensing information.
|
||||||
**/
|
**/
|
||||||
package com.raytheon.uf.edex.datadelivery.harvester.config;
|
package com.raytheon.uf.common.datadelivery.harvester.config;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import com.raytheon.uf.common.datadelivery.harvester.CrawlAgent;
|
||||||
|
import com.raytheon.uf.common.datadelivery.harvester.HarvesterConfig;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.Collection;
|
import com.raytheon.uf.common.datadelivery.registry.Collection;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.Connection;
|
import com.raytheon.uf.common.datadelivery.registry.Connection;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.Projection;
|
import com.raytheon.uf.common.datadelivery.registry.Projection;
|
|
@ -31,10 +31,10 @@ import javax.xml.bind.JAXBException;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import com.raytheon.uf.common.datadelivery.harvester.HarvesterConfig;
|
||||||
|
import com.raytheon.uf.common.datadelivery.harvester.config.HarvesterConfigFixture;
|
||||||
import com.raytheon.uf.common.time.domain.Durations;
|
import com.raytheon.uf.common.time.domain.Durations;
|
||||||
import com.raytheon.uf.common.time.domain.api.IDuration;
|
import com.raytheon.uf.common.time.domain.api.IDuration;
|
||||||
import com.raytheon.uf.edex.datadelivery.harvester.config.HarvesterConfig;
|
|
||||||
import com.raytheon.uf.edex.datadelivery.harvester.config.HarvesterConfigFixture;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test {@link Provider}.
|
* Test {@link Provider}.
|
||||||
|
|
|
@ -30,12 +30,12 @@ import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.mockito.Mockito;
|
import org.mockito.Mockito;
|
||||||
|
|
||||||
|
import com.raytheon.uf.common.datadelivery.harvester.HarvesterConfig;
|
||||||
|
import com.raytheon.uf.common.datadelivery.harvester.config.HarvesterConfigFixture;
|
||||||
import com.raytheon.uf.common.localization.PathManagerFactoryTest;
|
import com.raytheon.uf.common.localization.PathManagerFactoryTest;
|
||||||
import com.raytheon.uf.common.time.domain.Durations;
|
import com.raytheon.uf.common.time.domain.Durations;
|
||||||
import com.raytheon.uf.common.time.util.TimeUtil;
|
import com.raytheon.uf.common.time.util.TimeUtil;
|
||||||
import com.raytheon.uf.common.time.util.TimeUtilTest;
|
import com.raytheon.uf.common.time.util.TimeUtilTest;
|
||||||
import com.raytheon.uf.edex.datadelivery.harvester.config.HarvesterConfig;
|
|
||||||
import com.raytheon.uf.edex.datadelivery.harvester.config.HarvesterConfigFixture;
|
|
||||||
import com.raytheon.uf.edex.datadelivery.harvester.crawler.Crawler;
|
import com.raytheon.uf.edex.datadelivery.harvester.crawler.Crawler;
|
||||||
import com.raytheon.uf.edex.datadelivery.harvester.crawler.MainSequenceCommunicationStrategyDecorator;
|
import com.raytheon.uf.edex.datadelivery.harvester.crawler.MainSequenceCommunicationStrategyDecorator;
|
||||||
import com.raytheon.uf.edex.datadelivery.harvester.crawler.MainSequenceCrawler;
|
import com.raytheon.uf.edex.datadelivery.harvester.crawler.MainSequenceCrawler;
|
||||||
|
|
|
@ -35,6 +35,7 @@ import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import com.google.common.collect.Multimap;
|
import com.google.common.collect.Multimap;
|
||||||
|
import com.raytheon.uf.common.datadelivery.harvester.HarvesterConfig;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.DataSetMetaData;
|
import com.raytheon.uf.common.datadelivery.registry.DataSetMetaData;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.OpenDapGriddedDataSetMetaData;
|
import com.raytheon.uf.common.datadelivery.registry.OpenDapGriddedDataSetMetaData;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.OpenDapGriddedDataSetMetaDataFixture;
|
import com.raytheon.uf.common.datadelivery.registry.OpenDapGriddedDataSetMetaDataFixture;
|
||||||
|
@ -44,7 +45,6 @@ import com.raytheon.uf.common.datadelivery.registry.handlers.DataDeliveryHandler
|
||||||
import com.raytheon.uf.common.registry.handler.RegistryHandlerException;
|
import com.raytheon.uf.common.registry.handler.RegistryHandlerException;
|
||||||
import com.raytheon.uf.common.registry.handler.RegistryObjectHandlersUtil;
|
import com.raytheon.uf.common.registry.handler.RegistryObjectHandlersUtil;
|
||||||
import com.raytheon.uf.common.time.util.ImmutableDate;
|
import com.raytheon.uf.common.time.util.ImmutableDate;
|
||||||
import com.raytheon.uf.edex.datadelivery.harvester.config.HarvesterConfig;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test {@link DataSetMetaDataPurgeImpl).
|
* Test {@link DataSetMetaDataPurgeImpl).
|
||||||
|
|
|
@ -35,11 +35,11 @@ import org.apache.http.client.HttpClient;
|
||||||
import org.apache.http.client.methods.HttpUriRequest;
|
import org.apache.http.client.methods.HttpUriRequest;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import com.raytheon.uf.common.datadelivery.harvester.HarvesterConfig;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.OpenDapGriddedDataSetMetaData;
|
import com.raytheon.uf.common.datadelivery.registry.OpenDapGriddedDataSetMetaData;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.OpenDapGriddedDataSetMetaDataFixture;
|
import com.raytheon.uf.common.datadelivery.registry.OpenDapGriddedDataSetMetaDataFixture;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.Provider;
|
import com.raytheon.uf.common.datadelivery.registry.Provider;
|
||||||
import com.raytheon.uf.common.datadelivery.registry.ProviderFixture;
|
import com.raytheon.uf.common.datadelivery.registry.ProviderFixture;
|
||||||
import com.raytheon.uf.edex.datadelivery.harvester.config.HarvesterConfig;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test {@link OpenDapGriddedPurgeImpl}.
|
* Test {@link OpenDapGriddedPurgeImpl}.
|
||||||
|
|
Loading…
Add table
Reference in a new issue