Opened 13 years ago
Closed 13 years ago
#16644 closed Bug (fixed)
OldFormForXTests.test_with_data fails under Oracle
Reported by: | Aymeric Augustin | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.3 |
Severity: | Release blocker | Keywords: | oracle |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Attachments (1)
Change History (4)
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 13 years ago
Has patch: | set |
---|
by , 13 years ago
Attachment: | 16644.patch added |
---|
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In [16636]:
(The changeset message doesn't reference this ticket)
Note:
See TracTickets
for help on using tickets.
This test assumes that pk starts at 1, but this isn't true with Oracle, it starts at 21.
I'm attaching a patch that fixes the test under Oracle.
I checked there are no regressions with SQLite.