Closed
Bug 660779
Opened 14 years ago
Closed 14 years ago
[commons] tests for migration files break on backup and auto-save files
Categories
(Webtools Graveyard :: Elmo, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
847 bytes,
patch
|
Pike
:
review+
|
Details | Diff | Splinter Review |
If you have something like this:
$ ls migrations/
0001_foo.sql
0001_foo.sql~
the test `apps.commons.tests.MigrationTests.test_unique` fails.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #536270 -
Flags: review?(l10n)
Updated•14 years ago
|
Priority: -- → P2
Comment 2•14 years ago
|
||
Comment on attachment 536270 [details] [diff] [review]
only runs test for .sql and .py files
Review of attachment 536270 [details] [diff] [review]:
-----------------------------------------------------------------
r=me.
Attachment #536270 -
Flags: review?(l10n) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: nobody → peterbe
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•