Commit 70f423b
authored
Update test app , Fixes AB#3435630 (#2409)
[AB#3435630](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3435630)
[Related Common
Change](AzureAD/microsoft-authentication-library-common-for-android#2818)1 parent 2a69af3 commit 70f423b
File tree
6 files changed
+12
-82
lines changed- msal/src/test/java/com/microsoft/identity/client
- e2e/shadows
- internal/controllers
- testapps/testapp/src/main
- java/com/microsoft/identity/client/testapp
- res
- layout
- values
6 files changed
+12
-82
lines changed- changelog.txt+4-1
- common/build.gradle+1-1
- common/src/main/java/com/microsoft/identity/common/internal/activebrokerdiscovery/BrokerDiscoveryClientFactory.kt+5-42
- common/src/test/java/com/microsoft/identity/common/BrokerOAuth2TokenCacheTest.java+127-3
- common/src/test/java/com/microsoft/identity/common/BrokerOAuth2TokenCacheWithInMemoryCacheTest.java+1.2k
- common4j/src/main/com/microsoft/identity/common/java/cache/BrokerOAuth2TokenCache.java+76-69
- common4j/src/main/com/microsoft/identity/common/java/flighting/CommonFlight.java+6-1
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java+6-1
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java+6-1
Lines changed: 0 additions & 36 deletions
This file was deleted.
msal/src/test/java/com/microsoft/identity/client/internal/controllers/MSALControllerFactoryTest.kt
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
206 | | - | |
207 | 205 | | |
208 | 206 | | |
209 | 207 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | 208 | | |
220 | 209 | | |
221 | 210 | | |
| |||
Lines changed: 9 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | 438 | | |
466 | 439 | | |
467 | 440 | | |
| |||
472 | 445 | | |
473 | 446 | | |
474 | 447 | | |
475 | | - | |
| 448 | + | |
476 | 449 | | |
477 | 450 | | |
478 | 451 | | |
479 | 452 | | |
480 | 453 | | |
481 | 454 | | |
482 | | - | |
| 455 | + | |
483 | 456 | | |
484 | 457 | | |
485 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
486 | 466 | | |
487 | 467 | | |
488 | 468 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments