Mercurial > p > roundup > code
comparison test/test_htmltemplate.py @ 602:c242455d9b46 config-0-4-0-branch
Brought the config branch up to date with HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Feb 2002 04:05:55 +0000 |
| parents | 912029653c1c |
| children |
comparison
equal
deleted
inserted
replaced
| 601:912029653c1c | 602:c242455d9b46 |
|---|---|
| 6 # | 6 # |
| 7 # This module is distributed in the hope that it will be useful, | 7 # This module is distributed in the hope that it will be useful, |
| 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 10 # | 10 # |
| 11 # $Id: test_htmltemplate.py,v 1.8 2002-02-06 03:47:16 richard Exp $ | 11 # $Id: test_htmltemplate.py,v 1.8.2.1 2002-02-06 04:05:55 richard Exp $ |
| 12 | 12 |
| 13 import unittest, cgi, time | 13 import unittest, cgi, time |
| 14 | 14 |
| 15 from roundup import date, password | 15 from roundup import date, password |
| 16 from roundup.htmltemplate import TemplateFunctions | 16 from roundup.htmltemplate import TemplateFunctions |
| 312 return unittest.makeSuite(NodeCase, 'test') | 312 return unittest.makeSuite(NodeCase, 'test') |
| 313 | 313 |
| 314 | 314 |
| 315 # | 315 # |
| 316 # $Log: not supported by cvs2svn $ | 316 # $Log: not supported by cvs2svn $ |
| 317 # Revision 1.8 2002/02/06 03:47:16 richard | |
| 318 # . #511586 ] unittest FAIL: testReldate_date | |
| 319 # | |
| 317 # Revision 1.7 2002/01/23 20:09:41 jhermann | 320 # Revision 1.7 2002/01/23 20:09:41 jhermann |
| 318 # Proper fix for failing test | 321 # Proper fix for failing test |
| 319 # | 322 # |
| 320 # Revision 1.6 2002/01/23 05:47:57 richard | 323 # Revision 1.6 2002/01/23 05:47:57 richard |
| 321 # more HTML template cleanup and unit tests | 324 # more HTML template cleanup and unit tests |
