--- old/test/jdk/java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java 2019-11-07 17:30:18.314886736 +0530 +++ new/test/jdk/java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java 2019-11-07 17:30:18.070764737 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -139,7 +139,8 @@ frame.dispose(); - if (!textField.getText().equals("ab")) { + if (!((textField.getText().equals("ab")) || + (textField.getText().equals("AB")))) { throw new RuntimeException("Focus is lost!"); } }