From d11f3acd99341df781a3cf760ac9764953bc3629 Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 18 Feb 2018 16:10:33 -0800 Subject: Disabled dual-source color blend testing on GLES as it is not supported even in GLES3.2 and only works on NVidia's tablet --- Tests/TestApp/src/UnitTestBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/UnitTestBase.cpp') 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() -- cgit v1.2.3