Fixed Tests urls

This commit is contained in:
Giancarlo Panichi 2020-06-25 14:47:25 +02:00
parent 87f7960555
commit d560ee2d79
6 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@ public class CMSY2Test implements DMTest {
FileParameter catchFile = new FileParameter();
catchFile.setName("catch_file");
catchFile
.setValue("http://data.d4science.org/R3BDYS91WkRBaVlUQ29LNWFERGs5TTA5U3o3Rmp5R2hHbWJQNStIS0N6Yz0");
.setValue("https://data.d4science.org/R3BDYS91WkRBaVlUQ29LNWFERGs5TTA5U3o3Rmp5R2hHbWJQNStIS0N6Yz0");
ObjectParameter region = new ObjectParameter();
region.setName("Region");

View File

@ -35,15 +35,15 @@ public class CSquareColumnCreatorTest implements DMTest {
TabularParameter occurencePointsTable = new TabularParameter();
occurencePointsTable.setName("InputTable");
occurencePointsTable
.setValue("http://goo.gl/sdlD5a");
.setValue("https://data.d4science.org/shub/E_SDBhbEovMTFMWGx0TG9qYXVOS0ExanJoWjkzbHBmZWpNTWpKOVRqNnQvRGk3ZFZTb09HUGdUbDRkanVoRHdlSA==");
ObjectParameter longitude = new ObjectParameter();
longitude.setName("Longitude_Column");
longitude.setValue("decimallongitude");
longitude.setValue("Longitude");
ObjectParameter latitude = new ObjectParameter();
latitude.setName("Latitude_Column");
latitude.setValue("decimallatitude");
latitude.setValue("Latitude");
ObjectParameter cSquareResolution = new ObjectParameter();
cSquareResolution.setName("CSquare_Resolution");

View File

@ -43,7 +43,7 @@ public class DBScanTest implements DMTest {
TabularParameter occurencePointsTable = new TabularParameter();
occurencePointsTable.setName("OccurrencePointsTable");
occurencePointsTable
.setValue("http://data.d4science.org/YmRKWDU4Y0RJT2hSLzcybU4zRmJoTEg2YTBMWlRZVUpHbWJQNStIS0N6Yz0");
.setValue("https://data.d4science.org/YmRKWDU4Y0RJT2hSLzcybU4zRmJoTEg2YTBMWlRZVUpHbWJQNStIS0N6Yz0");
ColumnListParameter columnListParameter = new ColumnListParameter();
columnListParameter.setName("FeaturesColumnNames");

View File

@ -35,7 +35,7 @@ public class FeedForwardAnnTest implements DMTest {
public void createRequest(Operator operator) {
TabularParameter trainingDataSet = new TabularParameter();
trainingDataSet.setName("TrainingDataSet");
trainingDataSet.setValue("http://data.d4science.org/K0ZoUlVDNW1hR0hDZWZucS9UQkJmUVRTeWRuRVBGUC9HbWJQNStIS0N6Yz0");
trainingDataSet.setValue("https://data.d4science.org/K0ZoUlVDNW1hR0hDZWZucS9UQkJmUVRTeWRuRVBGUC9HbWJQNStIS0N6Yz0");
ColumnListParameter trainingColumns = new ColumnListParameter();
trainingColumns.setName("TrainingColumns");

View File

@ -49,7 +49,7 @@ public class RasterDataPublisherTest implements DMTest {
FileParameter rasterFile=new FileParameter();
rasterFile.setName("RasterFile");
rasterFile.setValue("http://data.d4science.org/QTVNbXp5cmI0MG52TTE0K2paNzhXZWlCTHhweU8rUCtHbWJQNStIS0N6Yz0");
rasterFile.setValue("https://data.d4science.org/QTVNbXp5cmI0MG52TTE0K2paNzhXZWlCTHhweU8rUCtHbWJQNStIS0N6Yz0");
ObjectParameter innerLayerName = new ObjectParameter();
innerLayerName.setName("InnerLayerName");

View File

@ -33,7 +33,7 @@ public class WebAppPublisherTest implements DMTest {
FileParameter zipFile = new FileParameter();
zipFile.setName("ZipFile");
zipFile.setValue("http://goo.gl/dYQ089");
zipFile.setValue("https://data.d4science.org/ZXNmbldzUDh2cEJrMXBkVER6VzVEVWlSZzBScDJ2dVlHbWJQNStIS0N6Yz0");
List<Parameter> parameters = new ArrayList<>();