mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
ULT renaming: GDI Interface tests
Related-To: NEO-2236 Change-Id: I43e968ba147849c745d76d7ec74861e5a1c5b122 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
67665d70a2
commit
8df5287aaa
@@ -14,12 +14,12 @@
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(GdiInterface, creation) {
|
||||
TEST(GdiInterface, WhenGdiIsCreatedThenItIsInitialized) {
|
||||
NEO::Gdi gdi;
|
||||
ASSERT_TRUE(gdi.isInitialized());
|
||||
}
|
||||
|
||||
TEST(GdiInterface, failLoad) {
|
||||
TEST(GdiInterface, GivenInvalidGdiDllNameWhenCreatingGdiThenGdiIsNotInitialized) {
|
||||
const char *oldName = Os::gdiDllName;
|
||||
Os::gdiDllName = "surely_not_exists_.dll";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user