Skip to content

Unittests: add ip4string.h header stub #8018

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

Closed
wants to merge 1 commit into from
Closed

Unittests: add ip4string.h header stub #8018

wants to merge 1 commit into from

Conversation

lorjala
Copy link
Contributor

@lorjala lorjala commented Sep 6, 2018

Description

Add a missing ip4string.h header file into UNITTESTS/target_h directory for tests to pass.

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Breaking change

@lorjala
Copy link
Contributor Author

lorjala commented Sep 6, 2018

@OPpuolitaival @0xc0170 review this.

@0xc0170 0xc0170 requested a review from a team September 6, 2018 12:35

bool stoip4(const char *ip4addr, size_t len, void *dest)
{
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to avoid warning, this should return something? (similar to ip4tos)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

Copy link
Contributor

@0xc0170 0xc0170 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What tests are passing now ?

@lorjala
Copy link
Contributor Author

lorjala commented Sep 6, 2018

@0xc0170 all unit tests in master should now pass (unit tests for UDPSocket and TCPSocket were failing before).

@lorjala
Copy link
Contributor Author

lorjala commented Sep 12, 2018

We're going with #8086.

@lorjala lorjala closed this Sep 12, 2018
@lorjala lorjala deleted the unittests_fix branch November 19, 2018 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants