File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jaxb-ri/xsom/src/test/java/com/sun/xml/xsom/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/*
4
4
* Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
5
+ * Copyright (c) 2025 Contributors to the Eclipse Foundation. All rights reserved.
5
6
*
6
7
* This program and the accompanying materials are made available under the
7
8
* terms of the Eclipse Distribution License v. 1.0, which is available at
32
33
*
33
34
* @author Farrukh S. Najmi
34
35
*/
35
- @ Ignore
36
36
public class XSOMParserTest extends TestCase {
37
37
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" ;
39
39
//private static String docURLStr = "http://ebxmlrr.sourceforge.net/private/sun/irs/ContactMechanism/IRS-ContactMechanismCommonAggregateComponents-1.0.xsd";
40
40
private static URL docURL = null ;
41
41
private static XSOMParser instance = null ;
You can’t perform that action at this time.
0 commit comments