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

Unit test failure due to UnsupportedOperationException in Scene constructor with antiAliasing param

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx

          [junit] Testsuite: javafx.scene.Scene_builder_Test
          [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.063 sec
          [junit]
          [junit] Testcase: testBuilder[0](javafx.scene.Scene_builder_Test): Caused an ERROR
          [junit] java.lang.reflect.InvocationTargetException
          [junit] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
          [junit] at com.sun.javafx.test.binding.ReflectionHelper.convertToRuntimeException(ReflectionHelper.java:81)
          [junit] at com.sun.javafx.test.binding.ReflectionHelper.invokeMethod(ReflectionHelper.java:75)
          [junit] at com.sun.javafx.test.BuilderTestBase$Configuration.buildTest(BuilderTestBase.java:137)
          [junit] at com.sun.javafx.test.BuilderTestBase.testBuilder(BuilderTestBase.java:48)
          [junit] Caused by: java.lang.reflect.InvocationTargetException
          [junit] at com.sun.javafx.test.binding.ReflectionHelper.invokeMethod(ReflectionHelper.java:69)
          [junit] Caused by: java.lang.UnsupportedOperationException: Unsupported Scene constructor --- *** antiAliasing ***
          [junit] at javafx.scene.Scene.<init>(Scene.java:318)
          [junit] at javafx.scene.SceneBuilder.build(SceneBuilder.java:658)
          [junit]
          [junit]
          [junit] Test javafx.scene.Scene_builder_Test FAILED

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: