ULT renaming: Image Format tests

Related-To: NEO-2236

Change-Id: I3275e7bdadc591f7f27987118c340088b6f0f48d
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-09-21 13:02:24 +02:00
committed by sys_ocldev
parent 9273a0c532
commit e6a4aa1216

View File

@ -19,7 +19,7 @@ typedef ::testing::TestWithParam<std::tuple<uint32_t /*channel order*/,
bool /*has alpha channel*/>>
HasAlphaChannelTest;
TEST_P(HasAlphaChannelTest, imageFormatHasAlphaChannel) {
TEST_P(HasAlphaChannelTest, GivenImageFormatWhenCheckingForAlphaChannelThenReturnCorrectValue) {
cl_image_format imageFormat;
bool expectedValue;
std::tie(imageFormat.image_channel_order, expectedValue) = GetParam();