This commit is contained in:
Gianpaolo Coro 2015-07-27 10:20:35 +00:00
parent 1010cf8f3d
commit 25118cf482
1 changed files with 5 additions and 0 deletions

View File

@ -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{