You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2018/02/06 11:37:37 UTC

[commons-jexl] branch master updated: JEXL-254: Fixed the name of the test classes

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

ebourg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new ffc2139  JEXL-254: Fixed the name of the test classes
ffc2139 is described below

commit ffc21397e3a478760c1dc9a89deb88ec931b9b17
Author: Emmanuel Bourg <eb...@apache.org>
AuthorDate: Tue Feb 6 12:36:58 2018 +0100

    JEXL-254: Fixed the name of the test classes
---
 .../apache/commons/jexl3/{IssuesTest100.java => Issues100Test.java} | 6 +++---
 .../apache/commons/jexl3/{IssuesTest200.java => Issues200Test.java} | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/test/java/org/apache/commons/jexl3/IssuesTest100.java b/src/test/java/org/apache/commons/jexl3/Issues100Test.java
similarity index 99%
rename from src/test/java/org/apache/commons/jexl3/IssuesTest100.java
rename to src/test/java/org/apache/commons/jexl3/Issues100Test.java
index 35454f1..1ec0d73 100644
--- a/src/test/java/org/apache/commons/jexl3/IssuesTest100.java
+++ b/src/test/java/org/apache/commons/jexl3/Issues100Test.java
@@ -37,9 +37,9 @@ import org.junit.Test;
  * Test cases for reported issue between JEXL-100 and JEXL-199.
  */
 @SuppressWarnings({"boxing", "UnnecessaryBoxing", "AssertEqualsBetweenInconvertibleTypes"})
-public class IssuesTest100 extends JexlTestCase {
-    public IssuesTest100() {
-        super("IssuesTest100", null);
+public class Issues100Test extends JexlTestCase {
+    public Issues100Test() {
+        super("Issues100Test", null);
     }
 
     @Before
diff --git a/src/test/java/org/apache/commons/jexl3/IssuesTest200.java b/src/test/java/org/apache/commons/jexl3/Issues200Test.java
similarity index 99%
rename from src/test/java/org/apache/commons/jexl3/IssuesTest200.java
rename to src/test/java/org/apache/commons/jexl3/Issues200Test.java
index 3faef0b..c935e2e 100644
--- a/src/test/java/org/apache/commons/jexl3/IssuesTest200.java
+++ b/src/test/java/org/apache/commons/jexl3/Issues200Test.java
@@ -34,9 +34,9 @@ import org.junit.Test;
  * Test cases for reported issue between JEXL-200 and JEXL-299.
  */
 @SuppressWarnings({"boxing", "UnnecessaryBoxing", "AssertEqualsBetweenInconvertibleTypes"})
-public class IssuesTest200 extends JexlTestCase {
-    public IssuesTest200() {
-        super("IssuesTest200", null);
+public class Issues200Test extends JexlTestCase {
+    public Issues200Test() {
+        super("Issues200Test", null);
     }
 
     @Before

-- 
To stop receiving notification emails like this one, please contact
ebourg@apache.org.