diff options
author | romanoved <romanoved@yandex-team.ru> | 2022-02-10 16:45:56 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:56 +0300 |
commit | 90132a2ca55bba6a3adaf9aff8aed49128867d84 (patch) | |
tree | 31b87b38cf64c8a06dc9225c2627ca5ec2b1aae1 /library/cpp/digest/md5/md5_ut.cpp | |
parent | 62a805381e41500fbc7914c37c71ab040a098f4e (diff) | |
download | ydb-90132a2ca55bba6a3adaf9aff8aed49128867d84.tar.gz |
Restoring authorship annotation for <romanoved@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/digest/md5/md5_ut.cpp')
-rw-r--r-- | library/cpp/digest/md5/md5_ut.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/digest/md5/md5_ut.cpp b/library/cpp/digest/md5/md5_ut.cpp index 1c3e4ad0a9..1710d07052 100644 --- a/library/cpp/digest/md5/md5_ut.cpp +++ b/library/cpp/digest/md5/md5_ut.cpp @@ -58,9 +58,9 @@ Y_UNIT_TEST_SUITE(TMD5Test) { UNIT_ASSERT_EQUAL(true, MD5::IsMD5(TStringBuf("4136ebb0E4C45D21e2b09294C75CfA08"))); UNIT_ASSERT_EQUAL(true, MD5::IsMD5(TStringBuf("4136ebb0e4c45d21e2b09294c75cfa08"))); } - - Y_UNIT_TEST(TestMd5HalfMix) { - UNIT_ASSERT_EQUAL(MD5::CalcHalfMix(""), 7203772011789518145ul); - UNIT_ASSERT_EQUAL(MD5::CalcHalfMix("qwertyuiopqwertyuiopasdfghjklasdfghjkl"), 11753545595885642730ul); - } + + Y_UNIT_TEST(TestMd5HalfMix) { + UNIT_ASSERT_EQUAL(MD5::CalcHalfMix(""), 7203772011789518145ul); + UNIT_ASSERT_EQUAL(MD5::CalcHalfMix("qwertyuiopqwertyuiopasdfghjklasdfghjkl"), 11753545595885642730ul); + } } |