Commit c01f461
authored
Reset flights between tests, Fixes AB#3413737 (#2794)
The testcase testUrlOverrideHandlesNonceRedirectUrl was failing because
there was a new testcase introduced in the class where we were setting
flights but we missed resetting them before the next testcase runs.
Fix : Resetting flights between the UTs
Additional fix : There was a change that was relying on the state of
flights set in previous tests which was incorrect. Correcting this as
well.
Fixes
[AB#3413737](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3413737)1 parent 6353bd7 commit c01f461
File tree
1 file changed
+11
-0
lines changed- common/src/test/java/com/microsoft/identity/common/internal/ui/webview
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
| |||
489 | 495 | | |
490 | 496 | | |
491 | 497 | | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
492 | 503 | | |
493 | 504 | | |
494 | 505 | | |
| |||
0 commit comments