Skip to content
Snippets Groups Projects
Commit fb5429ff authored by CONGRANLI's avatar CONGRANLI
Browse files

correct the password error in boundary test

parent 3f87f1ed
No related branches found
No related tags found
No related merge requests found
Pipeline #6063 passed
......@@ -25,7 +25,7 @@ public class BoundaryTests
@Test(expected = WeakPassphraseException.class)
public void addUserEC2Offpoint1Test()throws DuplicateUserException, WeakPassphraseException
{
pb.addUser("Sam12345", " Sam1234");
pb.addUser("Sam12345", "sam1234");
}
@Test(expected = WeakPassphraseException.class)
public void addUserEC2Offpoint2Test()throws DuplicateUserException, WeakPassphraseException
......@@ -109,7 +109,7 @@ public class BoundaryTests
@Test(expected = WeakPassphraseException.class)
public void addUserEC9Offpoint1Test()throws DuplicateUserException, WeakPassphraseException
{
pb.addUser("Sam123", "aaa123!AAAA");
pb.addUser("Sam123", "aaa!AAAA");
}
@Test(expected = WeakPassphraseException.class)
public void addUserEC9Offpoint2Test()throws DuplicateUserException, WeakPassphraseException
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment