From 6645ac5e981a05b8758e76a8f3745936535cb5a8 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Tue, 6 Sep 2011 14:07:35 +0200 Subject: [PATCH] test/baudrate.cpp: Use orthogonal names for the test-targets --- test/baudrate.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/baudrate.cpp b/test/baudrate.cpp index 7ce2e9a..2ffcb8a 100644 --- a/test/baudrate.cpp +++ b/test/baudrate.cpp @@ -139,7 +139,7 @@ BOOST_AUTO_TEST_CASE(TypeAMFixedBaudrates) test_baudrates(ftdi, baudrates); } -BOOST_AUTO_TEST_CASE(Type_BM_232C_R_FixedBaudrates) +BOOST_AUTO_TEST_CASE(TypeBMFixedBaudrates) { // Unify testing of chips behaving the same std::vector test_types; @@ -169,7 +169,7 @@ BOOST_AUTO_TEST_CASE(Type_BM_232C_R_FixedBaudrates) } } -BOOST_AUTO_TEST_CASE(Type_x232H_FixedBaudrates) +BOOST_AUTO_TEST_CASE(TypeHFixedBaudrates) { // Unify testing of chips behaving the same std::vector test_types; -- 1.7.1