mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gary Williams
25.32.2012 86abe7eab3fbd813f73db6b6b1bfa2834b95553a
Strip out leading/trailing white space for groups to run in functional tests
1 files modified
2 ■■■ changed files
opends/tests/staf-tests/shared/tests/runTests.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/tests/runTests.xml
@@ -101,7 +101,7 @@
        groupsToRun = []
        for line in TEST_PLAN_CUSTOM.split(","):
          groupsToRun.append(group_to_run(line.rstrip()))
          groupsToRun.append(group_to_run(line.strip()))
      </script>
      <!-- TODO: If no groupsToRun then iterate will throw exception -->