File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## What's New? ##
44
5- * The latest version (Tcases 1.5.3 ) is now available at the Maven Central Repository. See [ HowToDownload] ( HowToDownload.md ) for download instructions.
5+ * The latest version (Tcases 1.5.4 ) is now available at the Maven Central Repository. See [ HowToDownload] ( HowToDownload.md ) for download instructions.
66
7- * Tcases 1.5.3 includes [ several improvements] ( ReleaseNotes.md ) to existing features.
7+ * Tcases 1.5.4 includes [ several improvements] ( ReleaseNotes.md ) to existing features.
88
99 * Subscribe to the [ Tcases Forum] ( https://groups.google.com/d/forum/tcases ) group to get notifications and share experiences with other Tcases users.
1010
Original file line number Diff line number Diff line change 11# Release Notes #
22
3- ## 1.5.3 ##
3+ ## 1.5.4 ##
4+
5+ * Fixes the ``` tcases ``` and ``` tcases-reducer ``` commands to correctly support the ``` -R ``` option.
46
5- This release includes the following improvements.
7+ * Refactor XML document readers to use ``` org.xml.sax.Attributes.getQName() ``` . This is more correct than ``` getLocalName() ``` ,
8+ which can return an empty string in some JVM implementations, resulting in a parser failure.
9+
10+ ## 1.5.3 ##
611
712 * Fixes a defect that caused the ``` tcases ``` command to fail when reading a system input definition from standard input.
813
You can’t perform that action at this time.
0 commit comments