Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8282343

Create a regression test for JDK-4518432

XMLWordPrintable

    • b13
    • generic
    • generic

        Create a regression test for JDK-4518432: JTable,JTree,JList: Pasted data is not always the same as the copied data.
        Issue: Copying from JTable, JList or JTree and then changing the data in the component that was copied from, can cause pastes to use the new edited data.

        Testing:
        Java 1.4.0 -> Test Failed.
        $ ./j2sdk1.4.0/bin/java JTreeWin
        Testing L&F: javax.swing.plaf.metal.MetalLookAndFeel
        Test Failed in javax.swing.plaf.metal.MetalLookAndFeel, Expected : "colorsblue", but actual : "ctextolorsblue"
        Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
        Test Failed in com.sun.java.swing.plaf.windows.WindowsLookAndFeel, Expected : "colorsblue", but actual : "ctextolorsblue"

        Java 1.4.1 -> Test Passed.
        $ ./j2sdk1.4.1/bin/java JTreeWin
        Testing L&F: javax.swing.plaf.metal.MetalLookAndFeel
        Test Passed in javax.swing.plaf.metal.MetalLookAndFeel
        Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
        Test Passed in com.sun.java.swing.plaf.windows.WindowsLookAndFeel

              mvs Manukumar V S
              mvs Manukumar V S
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: