Skip to content

Commit

Permalink
Remove commented out versions of tests using unreleased, draft syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jul 7, 2021
1 parent a14b203 commit 7d9facb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/org/glassfish/el/test/StaticRefTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ public void tearDown() {
@Test
public void testStaticRef() {
// Pre imported java.lang classes
// assertTrue((Boolean)elp.eval("T(java.lang.Boolean).TRUE"));
// assertTrue((Boolean)elp.eval("T(Boolean).TRUE"));
assertTrue((Boolean)elp.eval("Boolean.TRUE"));
assertTrue((Boolean)elp.eval("Boolean.TRUE")); // test caching Boolean
}
Expand All @@ -70,7 +68,6 @@ public void testClass() {

@Test
public void testConstructor() {
// assertEquals(new Integer(1001), elp.eval("T(Integer)(1001)"));
assertEquals(new Integer(1001), elp.eval("Integer(1001)"));
}

Expand Down

0 comments on commit 7d9facb

Please sign in to comment.