Opened 17 years ago

Closed 17 years ago

#3616 closed (fixed)

Data structures need two tests

Reported by: chris.mcavoy@… 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

When fixing bug 2779, I noticed there weren't tests for a few datastructures. Jacob added an appropriate test directory. I added a few more tests to it (patch attached).

Attachments (1)

datastructures_test.patch (1.1 KB ) - added by chris.mcavoy@… 17 years ago.
patch file that adds a few more tests to regressiontests/datastructures/tests.py

Download all attachments as: .zip

Change History (3)

by chris.mcavoy@…, 17 years ago

Attachment: datastructures_test.patch added

patch file that adds a few more tests to regressiontests/datastructures/tests.py

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

Component: UncategorizedUnit test system
Owner: changed from Jacob to Adrian Holovaty
Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [4684]) Fixed #3616 -- Added some more data structure tests from Chris McAvoy.

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