]> granicus.if.org Git - python/commitdiff
Issue #28221: Remove unused assignment from test_asyncore_server()
authorMartin Panter <vadmium+py@gmail.com>
Fri, 23 Sep 2016 23:45:56 +0000 (23:45 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 23 Sep 2016 23:45:56 +0000 (23:45 +0000)
The later value of FOO is fine. The test just needs to verify that the server
converted it to lowercase.

Lib/test/test_ssl.py

index b7aec485aebeaaa82a7b36f1adcdf1fba779b80f..a17d6131a6eb6853f8162114b89c31be18c6a761 100644 (file)
@@ -2514,8 +2514,6 @@ else:
 
         def test_asyncore_server(self):
             """Check the example asyncore integration."""
-            indata = "TEST MESSAGE of mixed case\n"
-
             if support.verbose:
                 sys.stdout.write("\n")