regression/js/UserAgentTest.java fails after JDK-8148781

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: deploy
    • b150

      The UserAgent regression tests now fails in the Firefox case:
          public void testFF() throws Exception {
              doTest("ff_useragent.dat", "Netscape Family", "Firefox");
          }
      I tried changing the last arg as per the change in JDK-8148781:
          public void testFF() throws Exception {
              doTest("ff_useragent.dat", "Netscape Family", "FirefoxNoPlugin");
          }
      but it seemed to still fail.

      For now I am commenting out so all tests pass till this is addressed:
          public void testFF() throws Exception {
              // doTest("ff_useragent.dat", "Netscape Family", "Firefox");
          }

            Assignee:
            Alexander Matveev
            Reporter:
            Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: