Gabriele Contini
2020-03-15 a1b64080d1525a7a65e53f33d1a3fd257957e732
test/functional/date_test.cpp
@@ -31,7 +31,7 @@
   BOOST_CHECK_EQUAL(result, LICENSE_OK);
   BOOST_CHECK_EQUAL(license.has_expiry, true);
   BOOST_CHECK_EQUAL(license.linked_to_pc, false);
   BOOST_CHECK_GT(license.days_left, 0);
   BOOST_CHECK_GT(license.days_left, (unsigned int)0);
}
BOOST_AUTO_TEST_CASE(license_expired) {