]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3682] checkTimeConversion test renamed.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 19 Oct 2015 00:25:14 +0000 (02:25 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 19 Oct 2015 00:25:14 +0000 (02:25 +0200)
src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc

index 422bee3248d8beab453faf715972142a433ad8ab..d71aba46eb4eac1151775673a4a37e828224a67d 100644 (file)
@@ -268,7 +268,7 @@ TEST(MySqlHostDataSource, OpenDatabase) {
 /// This test checks that the conversion is correct.  It does not check that the
 /// data is entered into the database correctly, only that the MYSQL_TIME
 /// structure used for the entry is correctly set up.
-TEST_F(MySqlHostDataSourceTest, checkTimeConversion) {
+TEST(MySqlConnection, checkTimeConversion) {
     const time_t cltt = time(NULL);
     const uint32_t valid_lft = 86400;       // 1 day
     struct tm tm_expire;