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

boli
27.41.2006 55cbec08b0de2d93542ceebd3247e0f19c615e77
opends/build-tools/src/org/opends/build/tools/PrepTestNG.java
@@ -150,7 +150,6 @@
      {
        groups = new String[0];
      }
      if(packageList != null && !packageList.trim().equals("") &&
          !packageList.startsWith("${"))
      {
@@ -186,7 +185,7 @@
        if(line.indexOf("<!-- DO NOT REMOVE! - THIS LINE WILL BE " +
            "REPLACED WITH TAGS GENERATED BY ANT -->") >= 0)
        {
          if(groups.length > 0 && groupList.trim().equals(""))
          if(groups.length > 0)
          {
            writer.println("<groups>\n  <run>");
            for(String group : groups)