Remove redundant DescriptorSupportXMLLocaleTest.java

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: core-svc
    • None

      The test test/jdk/javax/management/modelmbean/DescriptorSupportXMLLocaleTest.java is no longer relevant, since JDK-8351413 removes the code it was testing.

      The test now invokes a different DescriptorSupport constructor, which takes a variable number of fields:

      public DescriptorSupport(String... fields)

      Confirmed by printing the getFields() value as a List:

      [<DESCRIPTOR><FIELD name="field1" value="dummy"></FIELD></DESCRIPTOR>]

            Assignee:
            Unassigned
            Reporter:
            Kevin Walls
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: