Fix JUnit compilation error

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P1
    • 9
    • Affects Version/s: 9
    • Component/s: deploy
    • None
    • b15

        make test on OSX now fails with:
            [javac] /Users/daved/Development/jdk9-client/deploy/test/shared/sun/tests/helpers/SecurityHelpers.java:23: error: cannot find symbol
            [javac] import com.sun.deploy.security.ruleset.DRSParts;
            [javac] ^
            [javac] symbol: class DRSParts
            [javac] location: package com.sun.deploy.security.ruleset
            [javac] /Users/daved/Development/jdk9-client/deploy/test/shared/sun/tests/helpers/SecurityHelpers.java:60: error: cannot find symbol
            [javac] drsHelper = new DRSHelper(DRSParts.TOP + DRSParts.BOT);
            [javac] ^
            [javac] symbol: variable DRSParts
            [javac] location: class SecurityHelpers
            [javac] /Users/daved/Development/jdk9-client/deploy/test/shared/sun/tests/helpers/SecurityHelpers.java:60: error: cannot find symbol
            [javac] drsHelper = new DRSHelper(DRSParts.TOP + DRSParts.BOT);
            [javac] ^
            [javac] symbol: variable DRSParts
            [javac] location: class SecurityHelpers

              Assignee:
              Daniil Titov (Inactive)
              Reporter:
              Daniil Titov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: