@@ -115,24 +115,24 @@ Y_UNIT_TEST_SUITE(SchemeRanges) {
115
115
}
116
116
117
117
UNIT_ASSERT_EQUAL ((CompareBorders<true , true >(b10, b10, true , true , types)), 0 );
118
- UNIT_ASSERT_EQUAL ((CompareBorders<true , true >(b10, b10, false , true , types)), 1 );
119
- UNIT_ASSERT_EQUAL ((CompareBorders<true , true >(b10, b10, true , false , types)), - 1 );
118
+ UNIT_ASSERT_EQUAL ((CompareBorders<true , true >(b10, b10, false , true , types)), - 1 );
119
+ UNIT_ASSERT_EQUAL ((CompareBorders<true , true >(b10, b10, true , false , types)), 1 );
120
120
UNIT_ASSERT_EQUAL ((CompareBorders<true , true >(b10, b10, false , false , types)), 0 );
121
121
122
122
UNIT_ASSERT_EQUAL ((CompareBorders<false , false >(b10, b10, true , true , types)), 0 );
123
- UNIT_ASSERT_EQUAL ((CompareBorders<false , false >(b10, b10, false , true , types)), - 1 );
124
- UNIT_ASSERT_EQUAL ((CompareBorders<false , false >(b10, b10, true , false , types)), 1 );
123
+ UNIT_ASSERT_EQUAL ((CompareBorders<false , false >(b10, b10, false , true , types)), 1 );
124
+ UNIT_ASSERT_EQUAL ((CompareBorders<false , false >(b10, b10, true , false , types)), - 1 );
125
125
UNIT_ASSERT_EQUAL ((CompareBorders<false , false >(b10, b10, false , false , types)), 0 );
126
126
127
127
UNIT_ASSERT_EQUAL ((CompareBorders<true , false >(b10, b10, true , true , types)), 0 );
128
- UNIT_ASSERT_EQUAL ((CompareBorders<true , false >(b10, b10, false , true , types)), 1 );
129
- UNIT_ASSERT_EQUAL ((CompareBorders<true , false >(b10, b10, true , false , types)), 1 );
130
- UNIT_ASSERT_EQUAL ((CompareBorders<true , false >(b10, b10, false , false , types)), 1 );
128
+ UNIT_ASSERT_EQUAL ((CompareBorders<true , false >(b10, b10, false , true , types)), - 1 );
129
+ UNIT_ASSERT_EQUAL ((CompareBorders<true , false >(b10, b10, true , false , types)), - 1 );
130
+ UNIT_ASSERT_EQUAL ((CompareBorders<true , false >(b10, b10, false , false , types)), - 1 );
131
131
132
132
UNIT_ASSERT_EQUAL ((CompareBorders<false , true >(b10, b10, true , true , types)), 0 );
133
- UNIT_ASSERT_EQUAL ((CompareBorders<false , true >(b10, b10, false , true , types)), - 1 );
134
- UNIT_ASSERT_EQUAL ((CompareBorders<false , true >(b10, b10, true , false , types)), - 1 );
135
- UNIT_ASSERT_EQUAL ((CompareBorders<false , true >(b10, b10, false , false , types)), - 1 );
133
+ UNIT_ASSERT_EQUAL ((CompareBorders<false , true >(b10, b10, false , true , types)), 1 );
134
+ UNIT_ASSERT_EQUAL ((CompareBorders<false , true >(b10, b10, true , false , types)), 1 );
135
+ UNIT_ASSERT_EQUAL ((CompareBorders<false , true >(b10, b10, false , false , types)), 1 );
136
136
}
137
137
}
138
138
0 commit comments