Fix disabled date calculator unit tests - #2332
Fix disabled date calculator unit tests#2332Ronit Sabhaya (Ronitsabhaya75) wants to merge 6 commits into
Conversation
|
@microsoft-github-policy-service agree |
|
Hi hanzhang54, do you know what |
|
Tian L. (@tian-lt) Can you please review this and suggest any changes |
|
@ |
|
Ronit Sabhaya (@Ronitsabhaya75) There seems to be some build errors about the changes in this PR. Could you please take a look?
|
yes I can have look |
|
And, something might be wrong about the checks for this PR. please allow me to close and reopen this PR so that we can trigger the GitHub Action for the PR. Thanks. |
|
Tian L. (@tian-lt) can you please review this changes. sorry for pushing this late i was actually busy with my intern program. |
|
Ronit Sabhaya (@Ronitsabhaya75) thank you for pushing a fix.
|
let me see that and fix it |
|
Tian L. (@tian-lt) i think this should fix now can you run it through all tests |
|
Tian L. (@tian-lt) is it possible to run the test and see if this is failing or not. |
sure. I’ve triggered a run for it. BTW, the Unit tests are able to run on your local machine. It will give you more information about the test failure. |
I tested them they were working correctly i honestly dont know why is this causing issue here |
|
Tian L. (@tian-lt) can you give me access to trigger those test manually for this pr for checking |
Fix TestDateDiff, TestAddOob, TestAddition, and TestSubtraction unit tests in DateCalculatorUnitTests.cpp by updating API calls to match current interfaces and adding proper verification steps. These tests were previously disabled with TODO comments referencing MSFT 10331900.