Minor cleanup.

This commit is contained in:
NissimHadar 2018-09-08 21:28:09 -07:00
parent 4a702ed8d4
commit b881d342d5

View file

@ -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