Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8289751: Multiple unit test failures after JDK-8251483
Reviewed-by: kcr
  • Loading branch information
Marius Hanl authored and kevinrushforth committed Jul 5, 2022
1 parent 222b2b1 commit b9f3907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -32,6 +32,7 @@
import javafx.beans.property.SimpleStringProperty;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import com.sun.javafx.tk.Toolkit;
Expand Down Expand Up @@ -367,6 +368,7 @@ protected void updateItem(String item, boolean empty) {
* The item of the {@link TableRow} should not be null, when the {@link TableCell} is not empty.
* See also: JDK-8251483
*/
@Ignore("Fails currently but will be enabled again in JDK-8289357")
@Test
public void testRowItemIsNotNullForNonEmptyCell() {
TableColumn<String, String> tableColumn = new TableColumn<>();
Expand Down
Expand Up @@ -708,6 +708,7 @@ protected void updateItem(String item, boolean empty) {
* The item of the {@link TreeTableRow} should not be null, when the {@link TreeTableCell} is not empty.
* See also: JDK-8251483
*/
@Ignore("Fails currently but will be enabled again in JDK-8289357")
@Test
public void testRowItemIsNotNullForNonEmptyCell() {
TreeTableColumn<String, String> treeTableColumn = new TreeTableColumn<>();
Expand Down

1 comment on commit b9f3907

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.