Opened 15 years ago
Closed 15 years ago
#4475 closed (fixed)
typo in serializers_regress tests means that fieldsTest is run twice and streamTest not at all.
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The serializers_regress test runs fieldsTest twice and streamTest not at all.
Attachments (2)
Change History (5)
Changed 15 years ago by
Attachment: | streamTest.diff added |
---|
Changed 15 years ago by
Attachment: | streamTest.2.diff added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Summary: | Patch: fix typo in serializers_regress tests → typo in serializers_regress tests means that fieldsTest is run twice and streamTest not at all. |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Added the second diff after realizing that there is a second problem that the first diff doesn't address.
The python serializer now fails this test, but that appears to be a legitimate failure and thus outside the scope of this patch.