-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Fix disabled date calculator unit tests #2332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
Hi @hanzhang54, do you know what |
@tian-lt Can you please review this and suggest any changes |
@ |
@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-lt can you please review this changes. sorry for pushing this late i was actually busy with my intern program. |
@Ronitsabhaya75 thank you for pushing a fix.
|
let me see that and fix it |
@tian-lt i think this should fix now can you run it through all tests |
@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-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.