Skip to content

Commit 60a75f0

Browse files
author
Richard Jones
committed
Added id and log to tests files...
1 parent 526972a commit 60a75f0

File tree

5 files changed

+29
-0
lines changed

5 files changed

+29
-0
lines changed

tests/README.TXT

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$Id: README.TXT,v 1.2 2001-07-25 04:34:31 richard Exp $
2+
13
Structre of the tests:
24

35
1 Test date classes
@@ -16,3 +18,6 @@ Structre of the tests:
1618
6.4 multipart/alternative (with one text/plain)
1719
6.5 multipart/alternative (with no text/plain)
1820

21+
22+
------
23+
$Log: not supported by cvs2svn $

tests/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: __init__.py,v 1.3 2001-07-25 04:34:31 richard Exp $
2+
13
import unittest
24

35
import test_dates, test_schema, test_db
@@ -10,3 +12,7 @@ def go():
1012
))
1113
runner = unittest.TextTestRunner()
1214
runner.run(suite)
15+
16+
#
17+
# $Log: not supported by cvs2svn $
18+
#

tests/test_dates.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: test_dates.py,v 1.2 2001-07-25 04:34:31 richard Exp $
2+
13
import unittest, time
24

35
from roundup.date import Date, Interval
@@ -51,3 +53,7 @@ def testInterval(self):
5153
def suite():
5254
return unittest.makeSuite(DateTestCase, 'test')
5355

56+
57+
#
58+
# $Log: not supported by cvs2svn $
59+
#

tests/test_db.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: test_db.py,v 1.4 2001-07-25 04:34:31 richard Exp $
2+
13
import unittest, os, shutil
24

35
from roundup.backends import anydbm
@@ -55,3 +57,7 @@ def testExceptions(self):
5557
def suite():
5658
return unittest.makeSuite(DBTestCase, 'test')
5759

60+
61+
#
62+
# $Log: not supported by cvs2svn $
63+
#

tests/test_schema.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: test_schema.py,v 1.3 2001-07-25 04:34:31 richard Exp $
2+
13
import unittest, os, shutil
24

35
from roundup.backends import anydbm
@@ -53,3 +55,7 @@ def testC_User(self):
5355
def suite():
5456
return unittest.makeSuite(SchemaTestCase, 'test')
5557

58+
59+
#
60+
# $Log: not supported by cvs2svn $
61+
#

0 commit comments

Comments
 (0)