diff options
author | Sergey Polovko <[email protected]> | 2022-02-10 16:47:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:02 +0300 |
commit | 3e0b762a82514bac89c1dd6ea7211e381d8aa248 (patch) | |
tree | c2d1b379ecaf05ca8f11ed0b5da9d1a950e6e554 /util/draft | |
parent | ab3783171cc30e262243a0227c86118f7080c896 (diff) |
Restoring authorship annotation for Sergey Polovko <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/draft')
-rw-r--r-- | util/draft/datetime_ut.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/draft/datetime_ut.cpp b/util/draft/datetime_ut.cpp index a5e065ef6e8..76f05083021 100644 --- a/util/draft/datetime_ut.cpp +++ b/util/draft/datetime_ut.cpp @@ -54,11 +54,11 @@ Y_UNIT_TEST_SUITE(TSimpleTMTest) { Y_UNIT_TEST(TestLeap) { using namespace NDatetime; - UNIT_ASSERT(LeapYearAD(2000)); - UNIT_ASSERT(LeapYearAD(2012)); - UNIT_ASSERT(!LeapYearAD(1999)); - UNIT_ASSERT(LeapYearAD(2004)); - UNIT_ASSERT(!LeapYearAD(1900)); + UNIT_ASSERT(LeapYearAD(2000)); + UNIT_ASSERT(LeapYearAD(2012)); + UNIT_ASSERT(!LeapYearAD(1999)); + UNIT_ASSERT(LeapYearAD(2004)); + UNIT_ASSERT(!LeapYearAD(1900)); } Y_UNIT_TEST(TestYDayConversion) { |