mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 11:32:22 +02:00
Minor cleanup.
This commit is contained in:
parent
4a702ed8d4
commit
b881d342d5
1 changed files with 1 additions and 0 deletions
|
@ -800,6 +800,7 @@ void TestRailInterface::createTestSuiteXML(const QString& testDirectory,
|
|||
QDomElement suiteName = _document.createElement("name");
|
||||
suiteName.appendChild(
|
||||
_document.createTextNode("Test Suite - " + QDateTime::currentDateTime().toString("yyyy-MM-ddTHH:mm")));
|
||||
|
||||
topLevelSection.appendChild(suiteName);
|
||||
|
||||
// This is the first call to 'process'. This is then called recursively to build the full XML tree
|
||||
|
|
Loading…
Reference in a new issue