Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#21243 closed Cleanup/optimization (fixed)

Wrong exception messages on test_default_creation and test_other_creation of multiple_database test

Reported by: Vajrasky Kok Owned by: nobody
Component: Uncategorized Version: dev
Severity: Normal Keywords: test, typo
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no
Pull Requests:How to create a pull request

Description

There are some wrong exception messages in test_default_creation and test_other_creation of tests/multiple_database/tests.py.

We are testing about "Pro Django" books, yet we are complaining about "Dive Into Python" book in the exception messages.

Change History (3)

by Vajrasky Kok, 11 years ago

Patch to fix the exception messages in the test

comment:1 by Russell Keith-Magee <russell@…>, 11 years ago

Resolution: fixed
Status: newclosed

In a971d19bab9bfc33d301669b319b4766bf6d94f6:

Fixed #21243 -- Corrected exception message in multiple database tests.

Thanks to vajrasky for the report and patch.

comment:2 by Russell Keith-Magee <russell@…>, 11 years ago

In 1bf95803f3fa39fca5e5b9cb84913c82595d8fd5:

[1.6.x] Fixed #21243 -- Corrected exception message in multiple database tests.

Thanks to vajrasky for the report and patch.

Backport of a971d19 from trunk.

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