Skip to content

Commit 3109581

Browse files
ULT renaming: OS Library Win tests
Related-To: NEO-2236 Change-Id: Ide7199ca91b1831debf30d25f63b009ba1740565 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
1 parent 8df5287 commit 3109581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opencl/test/unit_test/os_interface/windows/os_library_win_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ HMODULE WINAPI LoadLibraryExAMock(LPCSTR lpFileName, HANDLE hFile, DWORD dwFlags
6969
return (HMODULE)1;
7070
}
7171

72-
TEST(OSLibraryWinTest, gitOsLibraryWinWhenLoadDependencyFailsThenFallbackToNonDriverStore) {
72+
TEST(OSLibraryWinTest, WhenLoadDependencyFailsThenFallbackToNonDriverStore) {
7373
auto bkp = OsLibraryBackup::backup(LoadLibraryExAMock, GetModuleFileNameAMock);
7474

7575
std::unique_ptr<OsLibrary> library(OsLibrary::load(Os::testDllName));
7676
EXPECT_NE(nullptr, library);
7777
}
7878

79-
TEST(OSLibraryWinTest, gitOsLibraryWinWhenLoadDependencyThenProperPathIsConstructed) {
79+
TEST(OSLibraryWinTest, WhenDependencyLoadsThenProperPathIsConstructed) {
8080
auto bkp = OsLibraryBackup::backup(LoadLibraryExAMock, GetModuleFileNameAMock);
8181
VariableBackup<bool> bkpM(&mockWillFail, false);
8282

0 commit comments

Comments
 (0)