35 lines
1.1 KiB
INI
35 lines
1.1 KiB
INI
[fedcm-disconnect.sub.https.html]
|
|
expected:
|
|
if os == "win": TIMEOUT
|
|
[Repeatedly calling disconnect should eventually fail]
|
|
expected: [FAIL, TIMEOUT, NOTRUN]
|
|
|
|
[Test that disconnect fails when there is no account to disconnect]
|
|
expected:
|
|
if os == "win": [TIMEOUT, FAIL, NOTRUN]
|
|
[PASS, FAIL, TIMEOUT, NOTRUN]
|
|
|
|
[Test that disconnect succeeds when there is an account to disconnect]
|
|
expected:
|
|
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
|
[FAIL, TIMEOUT, NOTRUN]
|
|
|
|
[Test that disconnecting the same account twice results in failure.]
|
|
expected:
|
|
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
|
[FAIL, TIMEOUT, NOTRUN]
|
|
|
|
[Disconnect passing an incorrect ID can still succeed]
|
|
expected:
|
|
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
|
[FAIL, TIMEOUT, NOTRUN]
|
|
|
|
[Disconnect is bound to each IDP]
|
|
expected:
|
|
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
|
[FAIL, TIMEOUT, NOTRUN]
|
|
|
|
[Test that disconnect succeeds when there is a pending get request and the get request succeeds after the disconnect]
|
|
expected:
|
|
if os == "win": [NOTRUN, FAIL, TIMEOUT]
|
|
[FAIL, TIMEOUT, NOTRUN]
|