Commit d7f62dc
Add missing InlineData for numeric UInt64.MaxValue test case
The base class has two test cases for UInt64.MaxValue:
1. EnumU64.Max (symbolic enum value)
2. (EnumU64)18446744073709551615 (numeric literal)
Added the missing InlineData attribute for the numeric literal case. Both test cases now properly handle MariaDB's different serialization format through the runtime adjustment logic.
Test behavior on MariaDB 10.6+:
- EnumU64.Max test case: Adjusts expectation from {"Prop":-1} to {"Prop":18446744073709551615}
- (EnumU64)18446744073709551615 test case: Already expects {"Prop":18446744073709551615}
All 7 test cases now pass on both MySQL and MariaDB.
Co-authored-by: renemadsen <[email protected]>1 parent 68210fa commit d7f62dc
File tree
1 file changed
+1
-0
lines changed- test/EFCore.MySql.FunctionalTests/Query
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments