From f69f0cbd808d0d20f2ea700f8ac8763a47782908 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Mon, 9 Jul 2018 19:59:59 -0700 Subject: [PATCH] Seems to create a valid test suite. --- tools/auto-tester/src/TestSuiteCreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/auto-tester/src/TestSuiteCreator.cpp b/tools/auto-tester/src/TestSuiteCreator.cpp index 0d11a84291..98aa4391a1 100644 --- a/tools/auto-tester/src/TestSuiteCreator.cpp +++ b/tools/auto-tester/src/TestSuiteCreator.cpp @@ -167,7 +167,7 @@ QDomElement TestSuiteCreator::processTest(const QString& fullDirectory, const QS QDomElement added_to_releaseElementId = document.createElement("id"); added_to_releaseElement.appendChild(document.createElement("id")); QDomElement added_to_releaseElementValue = document.createElement("value"); - added_to_releaseElementValue.appendChild(document.createTextNode("RC68")); + added_to_releaseElementValue.appendChild(document.createTextNode(branch)); added_to_releaseElement.appendChild(added_to_releaseElementValue); customElement.appendChild(added_to_releaseElement);