comparison test/test_dates.py @ 1090:9b910e8d987d

removed Log
author Richard Jones <richard@users.sourceforge.net>
date Tue, 10 Sep 2002 00:19:55 +0000
parents 68cef2bb929d
children b34adc9bcaf2
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_dates.py,v 1.12 2002-07-14 06:05:50 richard Exp $ 18 # $Id: test_dates.py,v 1.13 2002-09-10 00:19:54 richard Exp $
19 19
20 import unittest, time 20 import unittest, time
21 21
22 from roundup.date import Date, Interval 22 from roundup.date import Date, Interval
23 23
150 150
151 def suite(): 151 def suite():
152 return unittest.makeSuite(DateTestCase, 'test') 152 return unittest.makeSuite(DateTestCase, 'test')
153 153
154 154
155 #
156 # $Log: not supported by cvs2svn $
157 # Revision 1.11 2002/02/21 23:34:52 richard
158 # Oops, there's 24 hours in a day, and subtraction of intervals now works
159 # properly.
160 #
161 # Revision 1.10 2002/02/21 23:11:45 richard
162 # . fixed some problems in date calculations (calendar.py doesn't handle over-
163 # and under-flow). Also, hour/minute/second intervals may now be more than
164 # 99 each.
165 #
166 # Revision 1.9 2002/02/21 06:57:39 richard
167 # . Added popup help for classes using the classhelp html template function.
168 # - add <display call="classhelp('priority', 'id,name,description')">
169 # to an item page, and it generates a link to a popup window which displays
170 # the id, name and description for the priority class. The description
171 # field won't exist in most installations, but it will be added to the
172 # default templates.
173 #
174 # Revision 1.8 2002/01/16 07:02:57 richard
175 # . lots of date/interval related changes:
176 # - more relaxed date format for input
177 #
178 # Revision 1.7 2001/08/13 23:01:53 richard
179 # fixed a 2.1-ism
180 #
181 # Revision 1.6 2001/08/07 00:24:43 richard
182 # stupid typo
183 #
184 # Revision 1.5 2001/08/07 00:15:51 richard
185 # Added the copyright/license notice to (nearly) all files at request of
186 # Bizar Software.
187 #
188 # Revision 1.4 2001/07/29 23:32:13 richard
189 # Fixed bug in unit test ;)
190 #
191 # Revision 1.3 2001/07/29 07:01:39 richard
192 # Added vim command to all source so that we don't get no steenkin' tabs :)
193 #
194 # Revision 1.2 2001/07/29 06:42:20 richard
195 # Added Interval tests.
196 #
197 # Revision 1.1 2001/07/27 06:55:07 richard
198 # moving tests -> test
199 #
200 # Revision 1.2 2001/07/25 04:34:31 richard
201 # Added id and log to tests files...
202 #
203 #
204 # vim: set filetype=python ts=4 sw=4 et si 155 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/