Commit 27ed5d8
committed
Address review comments: Refine UseUserAccessGroup integration test
This commit incorporates further feedback on the integration test for
`UseUserAccessGroup`:
- Removed the verbose explanatory comment block from
`TestUseUserAccessGroupDoesNotCrash` in
`auth/integration_test/src/integration_test.cc`.
- Reinstated platform-specific error checking within the test:
- On iOS, the test now uses `EXPECT_THAT` to allow either
`kAuthErrorNone` or `kAuthErrorKeychainError`. This handles
potential keychain configuration issues in test environments while
ensuring the call does not crash.
- On other platforms (Android/Desktop), the test continues to expect
`kAuthErrorNone`, verifying the stub implementation.1 parent 96b61f1 commit 27ed5d8
File tree
2 files changed
+14
-19
lines changed- auth
- integration_test/src
- src/include/firebase
2 files changed
+14
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1044 | 1044 | | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | | - | |
1048 | | - | |
1049 | 1047 | | |
1050 | 1048 | | |
1051 | | - | |
1052 | | - | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
1059 | | - | |
1060 | | - | |
1061 | | - | |
1062 | | - | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
1067 | 1057 | | |
| 1058 | + | |
1068 | 1059 | | |
1069 | 1060 | | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
1070 | 1065 | | |
| 1066 | + | |
1071 | 1067 | | |
1072 | 1068 | | |
1073 | 1069 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments