mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Merged revisions 80350 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80350 | ezio.melotti | 2010-04-22 14:23:31 +0300 (Thu, 22 Apr 2010) | 1 line #8474: fix duplicate test in test_email. ........
This commit is contained in:
		
							parent
							
								
									35466c5bce
								
							
						
					
					
						commit
						5e001f65da
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -518,11 +518,6 @@ class TestEncoders(unittest.TestCase):
 | 
				
			||||||
        msg.set_charset('us-ascii')
 | 
					        msg.set_charset('us-ascii')
 | 
				
			||||||
        eq(msg['content-transfer-encoding'], '7bit')
 | 
					        eq(msg['content-transfer-encoding'], '7bit')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def test_default_cte(self):
 | 
					 | 
				
			||||||
        eq = self.assertEqual
 | 
					 | 
				
			||||||
        msg = MIMEText('hello world')
 | 
					 | 
				
			||||||
        eq(msg['content-transfer-encoding'], '7bit')
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    def test_default_cte(self):
 | 
					    def test_default_cte(self):
 | 
				
			||||||
        eq = self.assertEqual
 | 
					        eq = self.assertEqual
 | 
				
			||||||
        # With no explicit _charset its us-ascii, and all are 7-bit
 | 
					        # With no explicit _charset its us-ascii, and all are 7-bit
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue