dynamicArchive/RelativePath.java is running other test case

XMLWordPrintable

    • b19

        The problem is due to the runTest statement below:
             public static void main(String[] args) throws Exception {
                 runTest(AppendClasspath::testDefaultBase);
             }

        It should be:
            runTest(RelativePath::testDefaultBase);

              Assignee:
              Matias Saavedra Silva
              Reporter:
              Calvin Cheung (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: