-
Notifications
You must be signed in to change notification settings - Fork 48
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
Some code is deprecated and some marked for removal and assert is in incorrect order #52
Comments
Will also include updated values to the test cases as per #54. |
Hi @tdltdl ! Thanks for your 3 PRs. We will go over them as soon as we have a chance. |
Hi @max-ipinfo |
@tdltdl sorry for the wait. My hope is to take some time tomorrow, February 21 2025, to look at your PRs. I'll keep you posted! |
@tdltdl starting the review of the 3 PRs now. I'll keep you posted there directly. |
@tdltdl let's focus on PR #55 for now. Sent you a first review: #55 (review) |
Unit test fixes are here... So doing them in the wrong order forces us to do the same test fixes multiple times |
Some examples are
Also propose to upgrade to latest versions
All assert parameters are in the wrong order : The signature is assertEquals( expected, actual) and all test cases are like this assertEquals(asnResp.getDomain(), "af.mil") (expected is the function call and actual is the expected result...
The text was updated successfully, but these errors were encountered: