-
Bug
-
Resolution: Fixed
-
P2
-
8
The fix for RT-26171 (add RTL support to Text node) has caused a unit test failure in the smoke tests in the graphics forest:
[junit] Testsuite: javafx.scene.text.Text_onInvalidate_Test
[junit] @NodeTest:check dirty: NODE_CONTENTS [14]
[junit] Tests run: 10, Failures: 1, Errors: 0, Time elapsed: 0.344 sec
[junit]
[junit] ------------- Standard Output ---------------
[junit] @NodeTest:check dirty: NODE_CONTENTS [14]
[junit] ------------- ---------------- ---------------
[junit] Testcase: testFireOnInvalidate[7](javafx.scene.text.Text_onInvalidate_Test): FAILED
[junit]
[junit] junit.framework.AssertionFailedError:
[junit] at com.sun.javafx.test.OnInvalidateMethodsTestBase$Configuration.testFireOnInvalidate(OnInvalidateMethodsTestBase.java:100)
[junit] at com.sun.javafx.test.OnInvalidateMethodsTestBase.testFireOnInvalidate(OnInvalidateMethodsTestBase.java:56)
[junit]
[junit]
[junit] Test javafx.scene.text.Text_onInvalidate_Test FAILED
[junit] Testsuite: javafx.scene.text.Text_onInvalidate_Test
[junit] @NodeTest:check dirty: NODE_CONTENTS [14]
[junit] Tests run: 10, Failures: 1, Errors: 0, Time elapsed: 0.344 sec
[junit]
[junit] ------------- Standard Output ---------------
[junit] @NodeTest:check dirty: NODE_CONTENTS [14]
[junit] ------------- ---------------- ---------------
[junit] Testcase: testFireOnInvalidate[7](javafx.scene.text.Text_onInvalidate_Test): FAILED
[junit]
[junit] junit.framework.AssertionFailedError:
[junit] at com.sun.javafx.test.OnInvalidateMethodsTestBase$Configuration.testFireOnInvalidate(OnInvalidateMethodsTestBase.java:100)
[junit] at com.sun.javafx.test.OnInvalidateMethodsTestBase.testFireOnInvalidate(OnInvalidateMethodsTestBase.java:56)
[junit]
[junit]
[junit] Test javafx.scene.text.Text_onInvalidate_Test FAILED