Skip to content

Commit

Permalink
test(xquery): remove SAXON12_INITIAL_ISSUES_FIXED from 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AirQuick committed Nov 30, 2023
1 parent bd53542 commit 5f5b5a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/run-bats.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ if "%SAXON_VERSION%"=="10.2" set SAXON_BUG_4696_FIXED=
set XMLRESOLVERORG_XMLRESOLVER_BUG_117_FIXED=1
if "%XMLRESOLVERORG_XMLRESOLVER_VERSION%"=="4.5.0" set XMLRESOLVERORG_XMLRESOLVER_BUG_117_FIXED=

rem TODO: Resolve these issues!
rem TODO: Stop skipping these tests once Oxygen picks up Saxon 12.4+
set SAXON12_INITIAL_ISSUES_FIXED=1
if "%SAXON_VERSION:~0,3%"=="12." set SAXON12_INITIAL_ISSUES_FIXED=
if "%SAXON_VERSION%"=="12.3" set SAXON12_INITIAL_ISSUES_FIXED=

rem Unset Ant environment variables
set ANT_ARGS=
Expand Down
4 changes: 2 additions & 2 deletions test/run-bats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ case "${XMLRESOLVERORG_XMLRESOLVER_VERSION}" in
;;
esac

# TODO: Resolve these issues!
# TODO: Stop skipping these tests once Oxygen picks up Saxon 12.4+
export SAXON12_INITIAL_ISSUES_FIXED=1
if [ "${SAXON_VERSION:0:3}" == "12." ]; then
if [ "${SAXON_VERSION}" == "12.3" ]; then
unset SAXON12_INITIAL_ISSUES_FIXED
fi

Expand Down

0 comments on commit 5f5b5a3

Please sign in to comment.