From 46fb0eb96e8efd285c2a0cccf699862ed21717ed Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Mon, 20 Jan 2014 15:22:27 -0500 Subject: Rename from simply obd2 to more general UDS (unified diagnostics). Fixed #1. --- tests/test_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_core.c') diff --git a/tests/test_core.c b/tests/test_core.c index 1ab9409..489e174 100644 --- a/tests/test_core.c +++ b/tests/test_core.c @@ -1,4 +1,4 @@ -#include +#include #include #include #include @@ -261,7 +261,7 @@ START_TEST (test_negative_response) END_TEST Suite* testSuite(void) { - Suite* s = suite_create("obd2"); + Suite* s = suite_create("uds"); TCase *tc_core = tcase_create("core"); tcase_add_checked_fixture(tc_core, setup, NULL); tcase_add_test(tc_core, test_send_diag_request); -- cgit