This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


    from 195b0e59d Merge pull request #939 from 
apache/dependabot/github_actions/ossf/scorecard-action-2.3.3
     add 0a57cac6d WW-5422 Adds dedicate unit test to cover 
DefaultLocaleProvider
     new 49eda37f2 Merge pull request #931 from apache/fix/WW-5422-trimable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../com/opensymphony/xwork2/ActionSupport.java     |   5 +
 .../opensymphony/xwork2/DefaultLocaleProvider.java |  18 ++-
 .../com/opensymphony/xwork2/LocaleProvider.java    |  16 ++
 .../validator/DelegatingValidatorContext.java      |  12 +-
 .../struts2/interceptor/I18nInterceptor.java       |  25 ++-
 .../xwork2/DefaultLocaleProviderTest.java          | 174 +++++++++++++++++++++
 .../opensymphony/xwork2/LocaleProviderTest.java}   |  70 ++++++---
 .../struts2/interceptor/I18nInterceptorTest.java   |  20 +++
 8 files changed, 292 insertions(+), 48 deletions(-)
 create mode 100644 
core/src/test/java/com/opensymphony/xwork2/DefaultLocaleProviderTest.java
 copy core/src/{main/java/com/opensymphony/xwork2/DefaultLocaleProvider.java => 
test/java/com/opensymphony/xwork2/LocaleProviderTest.java} (50%)

Reply via email to