From: Tomek Mrugalski Date: Mon, 19 Oct 2015 00:25:14 +0000 (+0200) Subject: [3682] checkTimeConversion test renamed. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58321dd54f47468268bece2b326884bab19145d7;p=thirdparty%2Fkea.git [3682] checkTimeConversion test renamed. --- diff --git a/src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc b/src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc index 422bee3248..d71aba46eb 100644 --- a/src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc +++ b/src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc @@ -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;