commit | 1875536480863a5c69400f884d26dce421aa116c | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Thu Dec 19 13:44:19 2013 -0600 |
committer | Zachary Ware <zachary.ware@gmail.com> | Thu Dec 19 13:44:19 2013 -0600 |
tree | 527560dcdf96eba28d164cc890b3227d79d468fe | |
parent | bd789862799c7d4464970d3e0031255fb35952eb [diff] [blame] |
Issue #19683: Removed empty tests from test_minidom. Initial patch by Ajitesh Gupta.
diff --git a/Misc/NEWS b/Misc/NEWS index 22c7fbf..34bebfe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -119,6 +119,9 @@ Tests ----- +- Issue #19683: Removed empty tests from test_minidom. Initial patch by + Ajitesh Gupta. + - Issue #19928: Implemented a test for repr() of cell objects. - Issue #19595, #19987: Re-enabled a long-disabled test in test_winsound.