Skip to content

Commit

Permalink
branch created to check test-casesg
Browse files Browse the repository at this point in the history
Signed-off-by: Arnab Dutta <[email protected]>
  • Loading branch information
duttarnab committed Mar 23, 2024
1 parent 2be0170 commit de177db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 834 deletions.
2 changes: 1 addition & 1 deletion Client/src/test/java/org/gluu/oxauth/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ public AuthorizationResponse authorizationRequestAndGrantAccess(
waitForPageSwitch(previousURL);

authorizationResponseStr = driver.getCurrentUrl();

System.out.println("authorizationRequestAndGrantAccess: driver.getPageSource():" + driver.getPageSource());
if (!authorizationResponseStr.startsWith(authorizationRequest.getRedirectUri())) {
navigateToAuhorizationUrl(driver, authorizationResponseStr);
authorizationResponseStr = waitForPageSwitch(authorizationResponseStr);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
public class UserAuthenticationFilterHttpTest extends BaseTest {

@Parameters({"redirectUris", "userInum", "userEmail", "sectorIdentifierUri"})
/*@Parameters({"redirectUris", "userInum", "userEmail", "sectorIdentifierUri"})
@Test
public void requestAccessTokenCustomAuth1(
final String redirectUris, final String userInum, final String userEmail, final String sectorIdentifierUri) throws Exception {
Expand Down Expand Up @@ -238,7 +238,7 @@ public void requestAccessTokenCustomAuth4(
assertNotNull(response1.getAccessToken(), "The access token is null");
assertNotNull(response1.getTokenType(), "The token type is null");
}

*/
@Parameters({"redirectUris", "redirectUri", "userInum", "userEmail", "sectorIdentifierUri"})
@Test
public void requestAccessTokenCustomAuth5(
Expand Down
Loading

0 comments on commit de177db

Please sign in to comment.