Ticket #7456: dont_check_index_error_msg.patch
| File dont_check_index_error_msg.patch, 0.8 kB (added by leosoto, 5 months ago) |
|---|
-
a/tests/regressiontests/forms/widgets.py
old new 719 719 False 720 720 >>> r[1].name, r[1].value, r[1].choice_value, r[1].choice_label 721 721 ('beatle', u'J', u'P', u'Paul') 722 >>> r[10] 722 >>> r[10] # doctest: +IGNORE_EXCEPTION_DETAIL 723 723 Traceback (most recent call last): 724 724 ... 725 725 IndexError: list index out of range
