Skip to content

Commit 7d147dc

Browse files
[#1834] XSOMParserTest should use https to test XSD (#1835)
1 parent 725aab7 commit 7d147dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jaxb-ri/xsom/src/test/java/com/sun/xml/xsom/test/XSOMParserTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/*
44
* Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
5+
* Copyright (c) 2025 Contributors to the Eclipse Foundation. All rights reserved.
56
*
67
* This program and the accompanying materials are made available under the
78
* terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -32,10 +33,9 @@
3233
*
3334
* @author Farrukh S. Najmi
3435
*/
35-
@Ignore
3636
public class XSOMParserTest extends TestCase {
3737

38-
private static String docURLStr = "http://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd";
38+
private static String docURLStr = "https://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd";
3939
//private static String docURLStr = "http://ebxmlrr.sourceforge.net/private/sun/irs/ContactMechanism/IRS-ContactMechanismCommonAggregateComponents-1.0.xsd";
4040
private static URL docURL = null;
4141
private static XSOMParser instance = null;

0 commit comments

Comments
 (0)