test/baudrate.cpp: Use orthogonal names for the test-targets
authorUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Tue, 6 Sep 2011 12:07:35 +0000 (14:07 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 7 Sep 2011 08:48:40 +0000 (10:48 +0200)
test/baudrate.cpp

index 7ce2e9a..2ffcb8a 100644 (file)
@@ -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<enum ftdi_chip_type> 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<enum ftdi_chip_type> test_types;