Mercurial > p > roundup > code
comparison test/test_multipart.py @ 1090:9b910e8d987d
removed Log
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 00:19:55 +0000 |
| parents | 18134bffab37 |
| children | f63aa57386b0 |
comparison
equal
deleted
inserted
replaced
| 1089:43ab730ee194 | 1090:9b910e8d987d |
|---|---|
| 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 17 # | 17 # |
| 18 # $Id: test_multipart.py,v 1.4 2001-08-07 00:24:43 richard Exp $ | 18 # $Id: test_multipart.py,v 1.5 2002-09-10 00:19:55 richard Exp $ |
| 19 | 19 |
| 20 import unittest, cStringIO | 20 import unittest, cStringIO |
| 21 | 21 |
| 22 from roundup.mailgw import Message | 22 from roundup.mailgw import Message |
| 23 | 23 |
| 110 | 110 |
| 111 def suite(): | 111 def suite(): |
| 112 return unittest.makeSuite(MultipartTestCase, 'test') | 112 return unittest.makeSuite(MultipartTestCase, 'test') |
| 113 | 113 |
| 114 | 114 |
| 115 # | |
| 116 # $Log: not supported by cvs2svn $ | |
| 117 # Revision 1.3 2001/08/07 00:15:51 richard | |
| 118 # Added the copyright/license notice to (nearly) all files at request of | |
| 119 # Bizar Software. | |
| 120 # | |
| 121 # Revision 1.2 2001/07/29 07:01:39 richard | |
| 122 # Added vim command to all source so that we don't get no steenkin' tabs :) | |
| 123 # | |
| 124 # Revision 1.1 2001/07/28 06:43:02 richard | |
| 125 # Multipart message class has the getPart method now. Added some tests for it. | |
| 126 # | |
| 127 # | |
| 128 # vim: set filetype=python ts=4 sw=4 et si | 115 # vim: set filetype=python ts=4 sw=4 et si |
