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

Description

Attachments (1)

16644.patch (14.2 KB ) - added by Aymeric Augustin 13 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Aymeric Augustin, 13 years ago

Has patch: set

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.

by Aymeric Augustin, 13 years ago

Attachment: 16644.patch added

comment:3 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: newclosed

In [16636]:

(The changeset message doesn't reference this ticket)

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