Commit 9f4caff3 authored by Eliott Paillard's avatar Eliott Paillard
Browse files

sort TC names in TSuite

parent 80496bc2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ public class XmlGeneratorService {
        xml.append(generateBlock("test-suite-root.xml", rootData));

        List<String> testIds = getFileNamesWithoutExtension(dir);
        testIds.sort(String.CASE_INSENSITIVE_ORDER);
        for (String testId : testIds) {
            Map<String, Object> data = new HashMap<>();
            data.put("dynamicTestId", testId);