ULT: Rename Drm2 class name to more descriptive DrmMock

Change-Id: Id02b1d2531610854783ac68905c97b78f4a624b9
This commit is contained in:
Zdanowicz, Zbigniew
2018-03-30 09:00:26 +02:00
committed by sys_ocldev
parent de315db953
commit 420bbd3954
8 changed files with 33 additions and 33 deletions

View File

@@ -70,7 +70,7 @@ void HwInfoConfigTestLinux::SetUp() {
HwInfoConfigTest::SetUp();
osInterface = new OSInterface();
drm = new Drm2();
drm = new DrmMock();
osInterface->get()->setDrm(static_cast<Drm *>(drm));
drm->StoredDeviceID = pOldPlatform->usDeviceID;