diff options
| author | Egor <egor.yusov@gmail.com> | 2018-02-19 00:10:33 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2018-02-19 00:10:33 +0000 |
| commit | d11f3acd99341df781a3cf760ac9764953bc3629 (patch) | |
| tree | bb81a677a4672e094c81cab7601a8ffd75539d9f /Tests/TestApp/src/UnitTestBase.cpp | |
| parent | Reduced size of the compute shader group to 128 to avoid error on some GLES d... (diff) | |
| download | DiligentEngine-d11f3acd99341df781a3cf760ac9764953bc3629.tar.gz DiligentEngine-d11f3acd99341df781a3cf760ac9764953bc3629.zip | |
Disabled dual-source color blend testing on GLES as it is not supported even in GLES3.2 and only works on NVidia's tablet
Diffstat (limited to 'Tests/TestApp/src/UnitTestBase.cpp')
| -rw-r--r-- | Tests/TestApp/src/UnitTestBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/UnitTestBase.cpp b/Tests/TestApp/src/UnitTestBase.cpp index 309242e..fefaac2 100644 --- a/Tests/TestApp/src/UnitTestBase.cpp +++ b/Tests/TestApp/src/UnitTestBase.cpp @@ -41,7 +41,7 @@ UnitTestBase::UnitTestBase(const char *Name) : { m_MaxNameLen = std::max(m_MaxNameLen, m_TestName.length()); m_TestNum = ++m_TotalTests; - LOG_INFO_MESSAGE("Initialized test ", m_TestNum, ": ", Name); + LOG_INFO_MESSAGE("Created test ", m_TestNum, ": ", Name); } UnitTestBase::~UnitTestBase() |
