Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable UI5 1.119.2 #156

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cds-plugins/local-ui5-build/.sapui5.version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if [ -z "${SAP_UI5_VERSION}" ]; then
#export SAP_UI5_VERSION="1.116.0"
#export SAP_UI5_VERSION="1.117.3"
#export SAP_UI5_VERSION="1.118.1"
export SAP_UI5_VERSION="1.119.1"
export SAP_UI5_VERSION="1.119.2"
fi
2 changes: 1 addition & 1 deletion test/bin/.sapui5.version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if [ -z "${SAP_UI5_VERSION}" ]; then
#export SAP_UI5_VERSION="1.116.0"
#export SAP_UI5_VERSION="1.117.3"
#export SAP_UI5_VERSION="1.118.1"
export SAP_UI5_VERSION="1.119.1"
export SAP_UI5_VERSION="1.119.2"
fi
2 changes: 1 addition & 1 deletion test/bin/build.ui5.all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ SAP_UI5_VERSION="1.115.1" ./test/bin/build.ui5.sh
SAP_UI5_VERSION="1.116.0" ./test/bin/build.ui5.sh
SAP_UI5_VERSION="1.117.3" ./test/bin/build.ui5.sh
SAP_UI5_VERSION="1.118.1" ./test/bin/build.ui5.sh
SAP_UI5_VERSION="1.119.1" ./test/bin/build.ui5.sh
SAP_UI5_VERSION="1.119.2" ./test/bin/build.ui5.sh
2 changes: 1 addition & 1 deletion test/bin/build.ui5.all.tgz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ SAP_UI5_VERSION="1.115.1" ./test/bin/build.ui5.tgz.sh
SAP_UI5_VERSION="1.116.0" ./test/bin/build.ui5.tgz.sh
SAP_UI5_VERSION="1.117.3" ./test/bin/build.ui5.tgz.sh
SAP_UI5_VERSION="1.118.1" ./test/bin/build.ui5.tgz.sh
SAP_UI5_VERSION="1.119.1" ./test/bin/build.ui5.tgz.sh
SAP_UI5_VERSION="1.119.2" ./test/bin/build.ui5.tgz.sh
2 changes: 2 additions & 0 deletions test/features/sflight/calendar.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 1.119.2 introduces ValueHelp instead of calendar for "Flight Date"
@skip:1.119
Feature: Calendar handling

Background: Prepare the application
Expand Down