Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903288

Remove dead code from TestManager

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jtreg7.1
    • jtreg7.1
    • tools
    • None

      Now that we have removed all trace of support for files specified by the Ant task, the `ignoreEmptyFiles` argument to some TestManager methods is always false ... and so can be eliminated.

      @@ -1129,11 +1125,10 @@
                       Tool.this.error(msg);
                   }
               });
               testManager.addTestFiles(testFileArgs, false);
               testManager.addTestFileIds(testFileIdArgs, false);
      - testManager.addTestFiles(antFileArgs, true); <<<<<================
               testManager.addGroups(testGroupArgs);
       
               if (testManager.isEmpty())
                   throw new TestManager.NoTests();

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: