7197: test demonstrating the bug

Merge from master
	commit 93ca90f3b8
	Author: Vassilii Khachaturov <vassilii@tarunz.org>
	Date:   Thu Nov 14 22:41:46 2013 +0200

		7197: more failing tests
Not merging the datehandler_test.py changes as datehandler_test.py
hasn't been back-ported, and this test is enough to show the bug
on gramps34.
This commit is contained in:
Vassilii Khachaturov 2013-11-15 18:19:09 +02:00
parent 2cb90d353f
commit 5e78d54c9c

View File

@ -363,6 +363,9 @@ def suite():
# See bug# 7100
("1233-12-01", "1234-12-01 (Mar25)", True),
("1234-01-04", "1234-01-04 (Mar25)", True),
# See bug# 7197
("1788-03-27", "1789-03-27 (Mar25)", True),
("1788-03-27 (Julian)", "1789-03-27 (Julian, Mar25)", True),
]
suite = unittest.TestSuite()
count = 1