diff --git a/tests/core/tags/track.cpp b/tests/core/tags/track.cpp index cf7f43c1..132b2852 100644 --- a/tests/core/tags/track.cpp +++ b/tests/core/tags/track.cpp @@ -206,8 +206,8 @@ static void test_track_tag_locale() test_equal(b->length_str(), (std::string)"0:56"); test_equal(a->compare_date(a), 0); - test_equal(a->compare_date(b), 2014); - test_equal(b->compare_date(a), -2014); + test_equal(a->compare_date(b), 2015); + test_equal(b->compare_date(a), -2015); } int main(int argc, char **argv)