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: ian.g.kelly@… 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)

streamTest.diff (713 bytes ) - added by ian.g.kelly@… 17 years ago.
streamTest.2.diff (936 bytes ) - added by ian.g.kelly@… 17 years ago.

Download all attachments as: .zip

Change History (5)

by ian.g.kelly@…, 17 years ago

Attachment: streamTest.diff added

by ian.g.kelly@…, 17 years ago

Attachment: streamTest.2.diff added

comment:1 by ian.g.kelly@…, 17 years ago

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.

comment:2 by Simon G. <dev@…>, 17 years ago

Summary: Patch: fix typo in serializers_regress teststypo in serializers_regress tests means that fieldsTest is run twice and streamTest not at all.
Triage Stage: UnreviewedReady for checkin

comment:3 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5453]) Fixed #4475 -- Fixed a problem that was preventing streaming tests for the
serializers from ever being run. Based on a patch from ian.g.kelly@….

Note: See TracTickets for help on using tickets.
Back to Top