X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=test%2Fbaudrate.cpp;fp=test%2Fbaudrate.cpp;h=2ffcb8a81a8967ff393a0182b382b28f19822b29;hp=7ce2e9a50307fa251dd972ba107b2b4381bbb68f;hb=6645ac5e981a05b8758e76a8f3745936535cb5a8;hpb=9956d4289d04f1c67a8738a7b8b32e1345ab0968 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;