Skip to content

Commit 2136c5b

Browse files
authored
Replace try-catch constructs in tests with assertThrows #215
1 parent 7a3b96f commit 2136c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ The <action> type attribute can be add,update,fix,remove.
105105
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add generics to JXPathContext.iteratePointers(String).</action>
106106
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add generics to JXPathContext.decimalFormats.</action>
107107
<action dev="ggregory" type="fix" due-to="strangelookingnerd">Migrate tests to JUnit5 #214.</action>
108+
<action dev="ggregory" type="fix" due-to="strangelookingnerd, Gary Gregory">Replace try-catch constructs in tests with assertThrows #215.</action>
108109
<!-- ADD -->
109110
<action issue="JXPATH-123" dev="mbenson" type="add">
110111
XPath function "ends-with" is not implemented (although "starts-with" is).

0 commit comments

Comments
 (0)