summaryrefslogtreecommitdiff
path: root/executor/xeTestLogWriter.cpp
diff options
context:
space:
mode:
authorMatthew Netsch <quic_mnetsch@quicinc.com>2022-04-07 11:47:24 -0700
committerMatthew Netsch <quic_mnetsch@quicinc.com>2022-04-07 19:39:13 +0000
commitc27bb6b6bfcfee0793d9c97734319914ee3553a9 (patch)
tree09eb804cb31d5f96bae6c53a0af5aba5abe0dd6e /executor/xeTestLogWriter.cpp
parent21a1cffa2100ffcbcecfe171c1779ad1fcc64c58 (diff)
parentc58417eb51eb7aed6e9cc86d3aee91f8a0e175d9 (diff)
downloadVK-GL-CTS-c27bb6b6bfcfee0793d9c97734319914ee3553a9.tar.gz
VK-GL-CTS-c27bb6b6bfcfee0793d9c97734319914ee3553a9.tar.bz2
VK-GL-CTS-c27bb6b6bfcfee0793d9c97734319914ee3553a9.zip
Merge vk-gl-cts/vulkan-cts-1.2.6 into vk-gl-cts/vulkan-cts-1.2.7
Change-Id: I69f0b9b087df9c33b26ddd014fc1a291fc50dbdd
Diffstat (limited to 'executor/xeTestLogWriter.cpp')
-rw-r--r--executor/xeTestLogWriter.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/executor/xeTestLogWriter.cpp b/executor/xeTestLogWriter.cpp
index c7e389a52..781b376fb 100644
--- a/executor/xeTestLogWriter.cpp
+++ b/executor/xeTestLogWriter.cpp
@@ -30,8 +30,6 @@
namespace xe
{
-static const char* TEST_LOG_VERSION = "0.3.3";
-
/* Batch result writer. */
struct ContainerValue
@@ -502,7 +500,7 @@ void writeTestResult (const TestCaseResult& result, xe::xml::Writer& xmlWriter)
using xml::Writer;
xmlWriter << Writer::BeginElement("TestCaseResult")
- << Writer::Attribute("Version", TEST_LOG_VERSION)
+ << Writer::Attribute("Version", result.caseVersion)
<< Writer::Attribute("CasePath", result.casePath)
<< Writer::Attribute("CaseType", getTestCaseTypeName(result.caseType));