Skip to content

Commit

Permalink
unittests: adapt unittests to netreg change
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 20, 2015
1 parent 09b1abc commit fe5f8cc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/unittests/tests-netreg/tests-netreg.c
Expand Up @@ -25,13 +25,6 @@ static void set_up(void)
ng_netreg_init();
}

static void test_netreg_register__inval_undef(void)
{
ng_netreg_entry_t entry = { NULL, TEST_UINT16, TEST_UINT8 };

TEST_ASSERT_EQUAL_INT(-EINVAL, ng_netreg_register(NG_NETTYPE_UNDEF, &entry));
}

static void test_netreg_register__inval_numof(void)
{
ng_netreg_entry_t entry = { NULL, TEST_UINT16, TEST_UINT8 };
Expand Down Expand Up @@ -159,7 +152,6 @@ void test_netreg_getnext__2_entries(void)
Test *tests_netreg_tests(void)
{
EMB_UNIT_TESTFIXTURES(fixtures) {
new_TestFixture(test_netreg_register__inval_undef),
new_TestFixture(test_netreg_register__inval_numof),
new_TestFixture(test_netreg_register__success),
new_TestFixture(test_netreg_unregister__success),
Expand Down

0 comments on commit fe5f8cc

Please sign in to comment.