Opened 6 years ago

Closed 6 years ago

#29047 closed Cleanup/optimization (fixed)

test_substr_with_expressions doesn't test expressions

Reported by: Matthew Pava Owned by: Daniel Hones
Component: Testing framework Version: 2.0
Severity: Normal Keywords: Substr
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The method implies that it tries to test the Substr function with expressions, but it is just duplicated from the test_substr function and does not use Expressions.

The method is in tests/db_functions/tests.py

Change History (3)

comment:1 by Daniel Hones, 6 years ago

Owner: changed from nobody to Daniel Hones
Status: newassigned

comment:2 by Daniel Hones, 6 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In 9d129b72:

Fixed #29047 -- Corrected Substr test to use expressions.

Regression in e2d6e14662d780383e18066a3182155fb5b7747b.

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