Re: [pgadmin-hackers] pgAdmin IV: schemas API test cases

2016-09-28 Thread Navnath Gadakh
Hi Dave, Please ignore previous patch. There are some conflicts in the code. I will send a revised patch later once 'casts' patch committed. Thanks. On Wed, Sep 28, 2016 at 2:42 PM, Navnath Gadakh < navnath.gad...@enterprisedb.com> wrote: > Hi Dave, > > Please find the attached patch for Sche

[pgadmin-hackers] pgAdmin IV: schemas API test cases

2016-09-28 Thread Navnath Gadakh
Hi Dave, Please find the attached patch for Schema node. (Changes required due to drop object's functionality). To run test cases: python regression/runtests.py --pkg browser.server_groups.servers. databases.schemas Thanks. -- Regards, Navnath Gadakh EnterpriseDB Corporation The Enterprise Po

[pgadmin-hackers] Database child node: Cast node patch

2016-09-28 Thread Priyanka Shendge
Hi Dave, Please find the attached patch for Cast node. (Changes required due to drop objects functionality). To run test cases please enter following command: python regression/runtests.py --pkg browser.server_groups.servers.databases.casts Let me know if any changes required. -- Best, Priyan