Skip to content

Commit 8df5287

Browse files
ULT renaming: GDI Interface tests
Related-To: NEO-2236 Change-Id: I43e968ba147849c745d76d7ec74861e5a1c5b122 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
1 parent 67665d7 commit 8df5287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/test/unit_test/os_interface/windows/gdi_interface_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
#include "gtest/gtest.h"
1616

17-
TEST(GdiInterface, creation) {
17+
TEST(GdiInterface, WhenGdiIsCreatedThenItIsInitialized) {
1818
NEO::Gdi gdi;
1919
ASSERT_TRUE(gdi.isInitialized());
2020
}
2121

22-
TEST(GdiInterface, failLoad) {
22+
TEST(GdiInterface, GivenInvalidGdiDllNameWhenCreatingGdiThenGdiIsNotInitialized) {
2323
const char *oldName = Os::gdiDllName;
2424
Os::gdiDllName = "surely_not_exists_.dll";
2525

0 commit comments

Comments
 (0)