Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#1455 closed defect (fixed)

[patch] magic-removal: update invalid models tests to expect new-style errors

Reported by: matt Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The very helpful invalid model errors that were rolled in to [2472] break the invalid model test. I changed the expected errors to match the th new-style syntax and now all tests pass again (at least in [2475] under postgres).

Attachments (1)

invalid_models.patch (10.6 KB ) - added by matt 19 years ago.
patch to fix invalid models test which should be passing

Download all attachments as: .zip

Change History (4)

by matt, 19 years ago

Attachment: invalid_models.patch added

patch to fix invalid models test which should be passing

comment:1 by matt, 19 years ago

Component: Admin interfaceCore framework
milestone: Version 0.92
Version: magic-removal

Updated ticket properties.

comment:2 by Russell Keith-Magee, 19 years ago

Resolution: fixed
Status: newclosed

(In [2477]) magic-removal: Fixes #1455 -- Updated unit tests to reflect changes in validation errors introduced by r2472.

comment:3 by Adrian Holovaty, 18 years ago

milestone: Version 0.92

Milestone Version 0.92 deleted

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