git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner@117468 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1010cf8f3d
commit
25118cf482
|
@ -133,6 +133,11 @@ public class RegressionTests {
|
|||
callHttps(algorithmsfile);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLatestRelease() throws Exception{
|
||||
String algorithmsfile = "C:/Users/GP/Desktop/WorkFolder/WPS/TestDevTokenV2.0.txt";
|
||||
callHttps(algorithmsfile);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testUsernames() throws Exception{
|
||||
|
|
Loading…
Reference in New Issue