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

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

commit 348697a2238c236b7681016662d17cae7c41bc40
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 1 18:23:39 2024 -0400

    Remove noop clause
---
 src/test/java/org/apache/commons/jexl3/JXLTTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/jexl3/JXLTTest.java 
b/src/test/java/org/apache/commons/jexl3/JXLTTest.java
index 78de78e5..b62f15b8 100644
--- a/src/test/java/org/apache/commons/jexl3/JXLTTest.java
+++ b/src/test/java/org/apache/commons/jexl3/JXLTTest.java
@@ -1310,8 +1310,6 @@ public class JXLTTest extends JexlTestCase {
         } catch (final JexlException.Variable xvar) {
             assertTrue("tab".equals(xvar.getVariable()));
             assertTrue(xvar.isUndefined());
-        } catch (final JexlException xany) {
-            assertTrue(xany.getMessage().contains("tab"));
         }
     }
 

Reply via email to