Skip to content

Commit

Permalink
fix service_attributes unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Oct 29, 2017
1 parent c99be70 commit 2313c92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/check_services_attributes.c
Expand Up @@ -170,8 +170,6 @@ START_TEST(ReadSingleAttributeValueWithoutTimestamp) {
} END_TEST

START_TEST(ReadSingleDataSourceAttributeValueEmptyWithoutTimestamp) {
UA_Server *server = makeTestSequence();

UA_Variant empty;
UA_Variant_init(&empty);
UA_StatusCode ret =
Expand All @@ -192,8 +190,6 @@ START_TEST(ReadSingleDataSourceAttributeValueEmptyWithoutTimestamp) {
// read 2
ret = UA_Server_readValue(server, rvi.nodeId, &empty);
ck_assert_int_eq(UA_STATUSCODE_GOOD, ret);

UA_Server_delete(server);
} END_TEST

START_TEST(ReadSingleAttributeValueRangeWithoutTimestamp) {
Expand Down

0 comments on commit 2313c92

Please sign in to comment.