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

Gary Williams
25.32.2012 b038a66c55012f888448b0842e18328fc2505741
Strip out leading/trailing white space for groups to run in functional tests
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/staf-tests/shared/tests/runTests.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/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 -->