aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/uri_ut.h
diff options
context:
space:
mode:
authoralbert <albert@yandex-team.ru>2022-02-10 16:48:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:15 +0300
commita817f5de12611ec73085eba17f8ec7740a46bdb7 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/uri/uri_ut.h
parent9f25ef3232c288ca664ceee6c376cf64e4349a2e (diff)
downloadydb-a817f5de12611ec73085eba17f8ec7740a46bdb7.tar.gz
Restoring authorship annotation for <albert@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/uri/uri_ut.h')
-rw-r--r--library/cpp/uri/uri_ut.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/library/cpp/uri/uri_ut.h b/library/cpp/uri/uri_ut.h
index 4df9af6283..f8ac6e4092 100644
--- a/library/cpp/uri/uri_ut.h
+++ b/library/cpp/uri/uri_ut.h
@@ -1,10 +1,10 @@
-#pragma once
-
-#include "uri.h"
-
+#pragma once
+
+#include "uri.h"
+
#include <library/cpp/testing/unittest/registar.h>
-
-namespace NUri {
+
+namespace NUri {
struct TTest {
TStringBuf Val;
TParseFlags Flags;
@@ -18,19 +18,19 @@ namespace NUri {
TStringBuf Query;
TStringBuf Frag;
};
-
-}
-
-#define URL_MSG(url1, url2, cmp) \
+
+}
+
+#define URL_MSG(url1, url2, cmp) \
(TString("[") + url1.PrintS() + ("] " cmp " [") + url2.PrintS() + "]")
-#define URL_EQ(url1, url2) \
- UNIT_ASSERT_EQUAL_C(url, url2, URL_MSG(url1, url2, "!="))
-#define URL_NEQ(url1, url2) \
- UNIT_ASSERT_UNEQUAL_C(url, url2, URL_MSG(url1, url2, "=="))
-
-#define CMP_FLD(url, test, fld) \
+#define URL_EQ(url1, url2) \
+ UNIT_ASSERT_EQUAL_C(url, url2, URL_MSG(url1, url2, "!="))
+#define URL_NEQ(url1, url2) \
+ UNIT_ASSERT_UNEQUAL_C(url, url2, URL_MSG(url1, url2, "=="))
+
+#define CMP_FLD(url, test, fld) \
UNIT_ASSERT_VALUES_EQUAL(url.GetField(TField::Field##fld), test.fld)
-
+
#define CMP_URL(url, test) \
do { \
CMP_FLD(url, test, Scheme); \
@@ -42,7 +42,7 @@ namespace NUri {
CMP_FLD(url, test, Query); \
CMP_FLD(url, test, Frag); \
} while (false)
-
+
#define URL_TEST_ENC(url, test, enc) \
do { \
TState::EParsed st = url.ParseUri(test.Val, test.Flags, 0, enc); \
@@ -76,6 +76,6 @@ namespace NUri {
CMP_URL(_url, test2); \
UNIT_ASSERT_VALUES_EQUAL(url.GetUrlFieldMask(), _url.GetUrlFieldMask()); \
} while (false)
-
-#define URL_TEST(url, test) \
- URL_TEST_ENC(url, test, CODES_UTF8)
+
+#define URL_TEST(url, test) \
+ URL_TEST_ENC(url, test, CODES_UTF8)