PadderPkcs7Tests: Remove reversed range testcase.
There is not much we can do.
This commit is contained in:
@@ -78,16 +78,6 @@ TEST(PadPkcs7Tests, PadInvalidRangeTest)
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
std::array<uint8_t, 50> out = {};
|
|
||||||
|
|
||||||
ASSERT_THROW_EX(PadderPkcs7::Pad(out.end(), out.begin()),
|
|
||||||
Chaos::Service::ChaosException,
|
|
||||||
{
|
|
||||||
ASSERT_EQ("PadderPkcs7::Pad(): invalid range", ex.GetMessage());
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
std::array<uint8_t, 0> out = {};
|
std::array<uint8_t, 0> out = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user