Issue #19683: Removed empty tests from test_minidom.
Initial patch by Ajitesh Gupta.
diff --git a/Misc/ACKS b/Misc/ACKS
index 0ec87b3..209e285 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -380,6 +380,7 @@
 Dag Gruneau
 Filip GruszczyƄski
 Thomas Guettler
+Ajitesh Gupta
 Michael Guravage
 Lars Gustäbel
 Thomas Güttler
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.