You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/05/01 05:08:04 UTC

[struts] branch master updated (387c203 -> ee3eddd)

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 387c203  Merge pull request #409 from JCgH4164838Gh792C124B5/WW-5069_CPickPR404
     add 592c942  WW-4043 Moves TestUtils into junit-plugin
     add 1e14438  WW-4043 Adds additional function to provide encoding
     new ee3eddd  Merge pull request #408 from apache/WW-4043-moves-test-utils

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:
 .../test/java/org/apache/struts2/TestUtils.java    | 94 ----------------------
 .../apache/struts2/json/DefaultJSONWriterTest.java |  1 +
 .../apache/struts2/json/JSONInterceptorTest.java   |  1 +
 .../org/apache/struts2/json/JSONPopulatorTest.java |  1 +
 .../org/apache/struts2/json/JSONResultTest.java    |  3 +-
 .../json/JSONValidationInterceptorTest.java        |  1 +
 .../java/org/apache/struts2/util}/TestUtils.java   | 58 +++++++------
 7 files changed, 37 insertions(+), 122 deletions(-)
 delete mode 100644 core/src/test/java/org/apache/struts2/TestUtils.java
 rename plugins/{json/src/test/java/org/apache/struts2/json => junit/src/main/java/org/apache/struts2/util}/TestUtils.java (65%)


[struts] 01/01: Merge pull request #408 from apache/WW-4043-moves-test-utils

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ee3eddda169b1a05fab5ef4d73256e018ba6daa8
Merge: 387c203 1e14438
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri May 1 07:07:55 2020 +0200

    Merge pull request #408 from apache/WW-4043-moves-test-utils
    
    [WW-4043] Moves TestUtils into junit-plugin

 .../test/java/org/apache/struts2/TestUtils.java    | 94 ----------------------
 .../apache/struts2/json/DefaultJSONWriterTest.java |  1 +
 .../apache/struts2/json/JSONInterceptorTest.java   |  1 +
 .../org/apache/struts2/json/JSONPopulatorTest.java |  1 +
 .../org/apache/struts2/json/JSONResultTest.java    |  3 +-
 .../json/JSONValidationInterceptorTest.java        |  1 +
 .../java/org/apache/struts2/util}/TestUtils.java   | 58 +++++++------
 7 files changed, 37 insertions(+), 122 deletions(-)