mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Seems to create a valid test suite.
This commit is contained in:
parent
112ba27f2d
commit
f69f0cbd80
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue