Re: [pgadmin-hackers] pgAdmin IV: Unittests-drop objects functionality

2016-09-14 Thread Dave Page
Cool - thanks, committed! On Wed, Sep 14, 2016 at 2:57 PM, Navnath Gadakh wrote: > Hi Dave, > > Please find the revised patch with suggested modifications. > > On Wed, Sep 14, 2016 at 5:25 PM, Dave Page > wrote: >> >> Hi >> >> On Tue, Sep 13, 2016 at 3:39 PM, Navnath Gadakh >> wrote: >> > Hi Da

Re: [pgadmin-hackers] pgAdmin IV: Unittests-drop objects functionality

2016-09-14 Thread Navnath Gadakh
Hi Dave, Please find the revised patch with suggested modifications. On Wed, Sep 14, 2016 at 5:25 PM, Dave Page wrote: > Hi > > On Tue, Sep 13, 2016 at 3:39 PM, Navnath Gadakh > wrote: > > Hi Dave, > > Please find the patch for drop objects functionality for test > > framework. > > Now, t

Re: [pgadmin-hackers] pgAdmin IV: Unittests-drop objects functionality

2016-09-14 Thread Dave Page
Hi On Tue, Sep 13, 2016 at 3:39 PM, Navnath Gadakh wrote: > Hi Dave, > Please find the patch for drop objects functionality for test > framework. > Now, test framework is able to drop all objects(like server, database, > schema, etc.) which are created during test suite execution. Code inclu

[pgadmin-hackers] pgAdmin IV: Unittests-drop objects functionality

2016-09-13 Thread Navnath Gadakh
Hi Dave, Please find the patch for drop objects functionality for test framework. Now, test framework is able to drop all objects(like server, database, schema, etc.) which are created during test suite execution. Code included in the patch is only for server and database node. If everything g