Fix typo in log message for ClearOpsBufferStorage
authorLiam Middlebrook <lmiddlebrook@nvidia.com>
Wed, 17 Jan 2018 06:22:22 +0000 (22:22 -0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 22 Jan 2018 01:22:55 +0000 (20:22 -0500)
A copy-paste error led for the ClearOpsBufferStorageCase inside of
SparseBufferTests to output that the
    "Unmodified buffer object region has invalid contents"
for cases referring to invalid contents for the modified buffer region.

Components: OpenGL
VK-GL-CTS issue: 956
Change-Id: I562ff6fa984977ee08ca0f2783a046b1bac235bd
Reviewed-By: pdaniell
external/openglcts/modules/gl/gl4cSparseBufferTests.cpp

index ab56c3d..547ad61 100644 (file)
@@ -1782,7 +1782,7 @@ bool ClearOpsBufferStorageTestCase::execute(glw::GLuint sparse_bo_storage_flags)
                                if (expected_value != found_value)
                                {
                                        m_testCtx.getLog() << tcu::TestLog::Message
-                                                                          << "Unmodified buffer object region has invalid contents. Expected byte "
+                                                                          << "Modified buffer object region has invalid contents. Expected byte "
                                                                           << "[" << (int)expected_value << "]"
                                                                                                                                                ", found byte:"
                                                                                                                                                "["