File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/jdk/sun/java2d/cmm/ColorConvertOp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2007, 2013 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2007, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2323
2424/**
2525 * @test
26- * @bug 6476665 7033534 6830714 8052162 8196572
26+ * @bug 6476665 7033534 6830714 8052162 8196572 8326661
2727 * @summary Verifies color conversion of Component Color Model based images
2828 * @run main ColConvCCMTest
2929 */
@@ -59,8 +59,8 @@ public class ColConvCCMTest extends ColConvTest {
5959 2.5 , // sRGB
6060 (isOpenProfile () ? 45.0 : 10.1 ), // LINEAR_RGB
6161 10.5 , // GRAY
62- (isOpenProfile () ? 215.0 : 45 .5 ), // PYCC
63- (isOpenProfile () ? 56.0 : 47 .5 ) // CIEXYZ
62+ (isOpenProfile () ? 215.0 : 64 .5 ), // PYCC
63+ (isOpenProfile () ? 56.0 : 55 .5 ) // CIEXYZ
6464 };
6565
6666 final static String [] gldImgNames = {
You can’t perform that action at this time.
0 commit comments