gcontini
2020-11-17 f7f0ba4206bfc30d4f9727a0e2448ee43cba6aad
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) {