diff options
| author | Anton Samokhvalov <[email protected]> | 2022-02-10 16:45:15 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:15 +0300 | 
| commit | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch) | |
| tree | da2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /library/cpp/protobuf/util/merge_ut.cpp | |
| parent | 778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff) | |
Restoring authorship annotation for Anton Samokhvalov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf/util/merge_ut.cpp')
| -rw-r--r-- | library/cpp/protobuf/util/merge_ut.cpp | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/protobuf/util/merge_ut.cpp b/library/cpp/protobuf/util/merge_ut.cpp index 22217db1835..84b40c24b8e 100644 --- a/library/cpp/protobuf/util/merge_ut.cpp +++ b/library/cpp/protobuf/util/merge_ut.cpp @@ -6,7 +6,7 @@  using namespace NProtoBuf;  Y_UNIT_TEST_SUITE(ProtobufMerge) { -    static void InitProto(NProtobufUtilUt::TMergeTest & p, bool isSrc) { +    static void InitProto(NProtobufUtilUt::TMergeTest & p, bool isSrc) {           size_t start = isSrc ? 0 : 100;          p.AddMergeInt(start + 1); @@ -40,10 +40,10 @@ Y_UNIT_TEST_SUITE(ProtobufMerge) {          InitProto(src, true);          InitProto(dst, false); -        //        Cerr << "\nsrc: " << src.ShortDebugString() << Endl; -        //        Cerr << "dst: " << dst.ShortDebugString() << Endl; +        //        Cerr << "\nsrc: " << src.ShortDebugString() << Endl;  +        //        Cerr << "dst: " << dst.ShortDebugString() << Endl;           NProtoBuf::CustomMerge(src, dst); -        //        Cerr << "dst2:" << dst.ShortDebugString() << Endl; +        //        Cerr << "dst2:" << dst.ShortDebugString() << Endl;           // repeated uint32 MergeInt   = 1;          UNIT_ASSERT_EQUAL(dst.MergeIntSize(), 4);  | 
