From: Uwe Bonnes Date: Tue, 6 Sep 2011 12:07:35 +0000 (+0200) Subject: test/baudrate.cpp: Use orthogonal names for the test-targets X-Git-Tag: v1.0rc1~71^2~9 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=6645ac5e981a05b8758e76a8f3745936535cb5a8 test/baudrate.cpp: Use orthogonal names for the test-targets --- 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;