Opened 17 years ago
Closed 17 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)
by , 17 years ago
Attachment: | streamTest.diff added |
---|
by , 17 years ago
Attachment: | streamTest.2.diff added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
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 by , 17 years ago
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.