This commit is contained in:
Gianpaolo Coro 2015-12-11 12:00:00 +00:00
parent 4c7bae01c8
commit 5a2d098986
1 changed files with 6 additions and 0 deletions

View File

@ -145,6 +145,12 @@ public class RegressionTests {
callHttps(algorithmsfile);
}
@Test
public void testLoadBalancingDevsec() throws Exception{
String algorithmsfile = "C:/Users/GP/Desktop/WorkFolder/WPS/TestDevTokenLoadBalance.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)";