7066: comment blocked test code until bug fixed
svn: r23125
This commit is contained in:
parent
ad333e937c
commit
307b8519b2
@ -193,11 +193,12 @@ for calendar in (Date.CAL_JULIAN,
|
|||||||
d.set(quality,modifier,calendar,(4,month,1789,False),"Text comment")
|
d.set(quality,modifier,calendar,(4,month,1789,False),"Text comment")
|
||||||
dates.append( d)
|
dates.append( d)
|
||||||
|
|
||||||
for calendar in (Date.CAL_HEBREW, Date.CAL_FRENCH):
|
# TODO uncomment when bug #7066 is fixed!
|
||||||
for month in range(1,14):
|
#for calendar in (Date.CAL_HEBREW, Date.CAL_FRENCH):
|
||||||
d = Date()
|
# for month in range(1,14):
|
||||||
d.set(quality,modifier,calendar,(4,month,1789,False),"Text comment")
|
# d = Date()
|
||||||
dates.append( d)
|
# d.set(quality,modifier,calendar,(4,month,1789,False),"Text comment")
|
||||||
|
# dates.append( d)
|
||||||
|
|
||||||
date_tests[testset] = dates
|
date_tests[testset] = dates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user