pgAdmin 4 commit: Fixed feature test.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed feature test.
Date: 2020-04-24 07:48:38
Message-ID: E1jRt4g-0004dN-4w@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed feature test.

Pass the row height to the function instead of making the
decision onthe basis of whether it is a new row or not.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6de1d3f7deb2bfc8c25ac5e385c1b8ab309e0442

Modified Files
--------------
web/pgadmin/feature_tests/view_data_dml_queries.py | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2020-04-24 08:18:11 [pgAdmin][RM4504] Make like options disable if Relation is not selected.
Previous Message Akshay Joshi 2020-04-24 06:03:36 Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel