Skip to content
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

unittests: apply proper naming for gnrc_netif tests #5510

Merged
merged 1 commit into from
Jun 8, 2016

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Jun 4, 2016

Somehow these were still named after the very old naming-scheme for GNRC.

@miri64 miri64 added the Area: tests Area: tests and testing framework label Jun 4, 2016
char out[3 * sizeof(addr)];

TEST_ASSERT_EQUAL_STRING("05:cd", gnrc_netif_addr_to_str(out, sizeof(out),
addr, sizeof(addr)));
addr, sizeof(addr)));
Copy link
Member

Choose a reason for hiding this comment

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

Is that indent on purpose?

Copy link
Member Author

Choose a reason for hiding this comment

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

On purpose by uncrustify, yeah ^^.

@A-Paul A-Paul added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jun 8, 2016
@A-Paul
Copy link
Member

A-Paul commented Jun 8, 2016

ACK when Murdock is happy.

@miri64 miri64 merged commit e67eb87 into RIOT-OS:master Jun 8, 2016
@miri64 miri64 deleted the tests/enh/gnrc_netif_naming branch June 8, 2016 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: tests Area: tests and testing framework CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants