Commit 4ec668d
Add complete test method overrides with proper SQL assertions
- Added Final_GroupBy_TagWith override to NorthwindGroupByQueryMySqlTest.cs with MySQL SQL
- Added Where_simple_closure override to NorthwindWhereQueryMySqlTest.cs with MySQL SQL
- Both methods now pass Check_all_tests_overridden validation
- All related tests pass successfully
Co-authored-by: renemadsen <[email protected]>1 parent 8efb522 commit 4ec668d
File tree
2 files changed
+20
-4
lines changed- test/EFCore.MySql.FunctionalTests/Query
2 files changed
+20
-4
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3796 | 3796 | | |
3797 | 3797 | | |
3798 | 3798 | | |
3799 | | - | |
| 3799 | + | |
| 3800 | + | |
| 3801 | + | |
| 3802 | + | |
| 3803 | + | |
| 3804 | + | |
| 3805 | + | |
| 3806 | + | |
3800 | 3807 | | |
3801 | 3808 | | |
3802 | 3809 | | |
| |||
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
517 | 517 | | |
518 | | - | |
| 518 | + | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
521 | 530 | | |
522 | 531 | | |
523 | 532 | | |
| |||
0 commit comments