Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Feb 2, 2023
1 parent 377a37c commit 03bd1b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jaxws-ri/tools/wscompile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
destdir="${basedir}/target/EBCDIC"
quiet="true"
xendorsed="true"
wsdl="${basedir}/src/test/resources/com/sun/tools/ws/EBCDIC.wsdl">
wsdl="${basedir}/src/test/resources/com/sun/tools/ws/test/EBCDIC.wsdl">
<jvmarg line="-Dfile.encoding=Cp037"/>
<jvmarg line="-Dnet.sourceforge.cobertura.datafile=${net.sourceforge.cobertura.datafile}"/>
</wsimport>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2014, 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2014, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -55,3 +55,4 @@
</port>
</service>
</definitions>

0 comments on commit 03bd1b5

Please sign in to comment.