GTK removal test assumes Linux

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: jfx24
    • Component/s: javafx

      The Gtk2Removal1Test that checks for the correct warning messages is always executed when the platform is Linux, because it contains

      assumeTrue(PlatformUtil.isLinux());

      However, there is not strictly a 1-1 link between the platform being Linux and the glass implementation being GTK.
      With the upcoming Headless platform, this test is executed (and fails). The same happens with the Monocle Headless subplatform.
      The test needs a better way to detect whether GTK is used or not.

            Assignee:
            Kevin Rushforth
            Reporter:
            Johan Vos
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: