git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner@118998 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e3aed0ba72
commit
5105520954
|
@ -139,6 +139,12 @@ public class RegressionTests {
|
|||
callHttps(algorithmsfile);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLatestReleaseDevVRE() throws Exception{
|
||||
String algorithmsfile = "C:/Users/GP/Desktop/WorkFolder/WPS/TestDevVRETokenV2.0.txt";
|
||||
callHttps(algorithmsfile);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testUsernames() throws Exception{
|
||||
String testURL = "http://statistical-manager-new.d4science.org:8080/wps/WebProcessingService?request=Execute&service=WPS&Version=1.0.0&gcube-token=d7a4076c-e8c1-42fe-81e0-bdecb1e8074a&lang=en-US&Identifier=org.gcube.dataanalysis.wps.statisticalmanager.synchserver.mappedclasses.transducerers.BIONYM_LOCAL&DataInputs=Matcher_1=LEVENSHTEIN;Matcher_4=NONE;Matcher_5=NONE;Matcher_2=NONE;Matcher_3=NONE;Threshold_1=0.6;Threshold_2=0.6;Accuracy_vs_Speed=MAX_ACCURACY;MaxResults_2=10;MaxResults_1=10;Threshold_3=0.4;Taxa_Authority_File=FISHBASE;Parser_Name=SIMPLE;MaxResults_4=0;Threshold_4=0;MaxResults_3=0;MaxResults_5=0;Threshold_5=0;Use_Stemmed_Genus_and_Species=false;Activate_Preparsing_Processing=true;SpeciesAuthorName=Gadus morhua (Linnaeus, 1758)";
|
||||
|
|
Loading…
Reference in New Issue