You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addition of new tests in 52df7f3 (#498), reveal a difference in the order of sales in the series list -- it shows sales without dates (NULL) first on PostgreSQL.
Here is how the test fails:
FAIL: Robotframework.Series.Sales.Creation.Logic.Add a sale with all fields
The text of element 'id:series-sale-1-info' should have been '04.01.2021 Eicca Toppinen sold to Tommy Lee Jones for 7.50 EUR (10.10 USD) (MNH)', but it was 'Tommy Lee Jones was selling for 125.00 RUB'.
…on PostgreSQL
Addition of new tests in 52df7f3, reveal a difference in the order
of sales in the series list: on PostgreSQL sales without dates (NULL) are shown first.
This change apply a workaround for that issue by using different series to fix the build.
Address to #1492
Addition of new tests in 52df7f3 (#498), reveal a difference in the order of sales in the series list -- it shows sales without dates (
NULL
) first on PostgreSQL.Here is how the test fails:
Seen there: https://travis-ci.com/github/php-coder/mystamps/jobs/468143974
I expect that the order it the same despite what the database is being used.
The text was updated successfully, but these errors were encountered: