--- old/modules/javafx.base/src/test/java/test/javafx/binding/BindingsCreateBindingTest.java 2018-05-19 16:26:55.295040100 +0300 +++ new/modules/javafx.base/src/test/java/test/javafx/binding/BindingsCreateBindingTest.java 2018-05-19 16:26:54.909799600 +0300 @@ -39,6 +39,7 @@ import javafx.beans.property.SimpleLongProperty; import javafx.beans.property.SimpleObjectProperty; import javafx.beans.property.SimpleStringProperty; +import com.sun.javafx.logging.PlatformLogger.Level; import test.com.sun.javafx.binding.ErrorLoggingUtiltity; import org.junit.AfterClass; import org.junit.BeforeClass; @@ -114,7 +115,7 @@ final Binding binding2 = f.create(func2, new Observable [0]); f.check(defaultValue, binding2.getValue()); - log.check(java.util.logging.Level.WARNING, Exception.class); + log.checkWarning(Exception.class); assertTrue(binding2.getDependencies().isEmpty()); binding2.dispose(); }