Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpCrl-0003eo-0Q for pgadmin-hackers@arkaria.postgresql.org; Wed, 28 Sep 2016 11:17:33 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bpCrj-0007Ps-Ph for pgadmin-hackers@arkaria.postgresql.org; Wed, 28 Sep 2016 11:17:31 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bpCrj-0007Pm-25 for pgadmin-hackers@postgresql.org; Wed, 28 Sep 2016 11:17:31 +0000 Received: from mail-qt0-x232.google.com ([2607:f8b0:400d:c0d::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bpCrg-0000UN-38 for pgadmin-hackers@postgresql.org; Wed, 28 Sep 2016 11:17:29 +0000 Received: by mail-qt0-x232.google.com with SMTP id 11so20316232qtc.0 for ; Wed, 28 Sep 2016 04:17:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0FN6iy1MzDj48yG1Qod5lh3VGsK79J1bdMtD1N83fPU=; b=10uDh51xRF5IdWZ63bHXjX5kkhOpY0EbZAQ10pyjyUOBG0infsKIQEjE61RI6S6Uxd gu8A/sn6J4JIXi1S+WMZSrl8C6ywO/jAvoLafSqi5fn0WKZhMfgS617HgqsaNJtwE5aG T/ENwTftllPYaBIoukyntHDx1ZJYI375XUUxLxF6NmHeO/D6PpvXD14CLYFzPEDwPTV1 cpAlDUCVBPLyk0xAVSpqFggEwu84dPkegPPvaYB+G4MLsCsQo/75nUbaY46jr2bDt38R VwAH7YGYso4GPfNZxg2JmymweZ2BdNuqg9Y/kGTu+8KCL6L7WMvmIcuzRe8quqzaRvpA FSZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0FN6iy1MzDj48yG1Qod5lh3VGsK79J1bdMtD1N83fPU=; b=PdW6olM/dAoQNBaq+CAcxcU5Itc+H+D9SToTQQ7g4Lh6UUnwZsGGu3wcXNIe9o6XUz quAFU50GSS8CWCr+avNpsF55cAjnElXJ+JHiiIqH/CbiSIZPGoDxiROrCznJMIx/mY3d pBbpxqC142wfcJFTM7mOZA8HGNnx8vPzQd8y1ryMHoKqrB69MdpFiWOgdAr7xy6mB2jz D4TbDcW6rtUkNUeu0z1TdTlI0t+FsdZMI5vRcuPryu0SzUn/xK7js2dgZS40K6JT/69Y SE80k+UtlqaKLDQgnB0S0es1uxHq3rgjSxJzqmsiv1JmDW/zqGXWin4rMAsIjnqvJcL7 Nscg== X-Gm-Message-State: AA6/9Rlgr5nk40jUdamH3Qy+jCKQLk17rkhcRiAuBlJtmtocdUW0Q9GbSfC3IW8mEwtF+WzdJvVL/vAbO7F84Kpn X-Received: by 10.200.35.219 with SMTP id r27mr32937200qtr.63.1475061446795; Wed, 28 Sep 2016 04:17:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.41.114 with HTTP; Wed, 28 Sep 2016 04:17:26 -0700 (PDT) In-Reply-To: References: From: Navnath Gadakh Date: Wed, 28 Sep 2016 16:47:26 +0530 Message-ID: Subject: Re: pgAdmin IV: schemas API test cases To: Dave Page Cc: pgadmin-hackers , Kanchan Mohitey Content-Type: multipart/alternative; boundary=001a1140377e8efb00053d8f81be X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a1140377e8efb00053d8f81be Content-Type: text/plain; charset=UTF-8 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.gadakh@enterprisedb.com> wrote: > 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 PostgreSQL Company > > > -- Regards, Navnath Gadakh EnterpriseDB Corporation The Enterprise PostgreSQL Company --001a1140377e8efb00053d8f81be Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Dave,
=C2=A0 =C2=A0Please ignore previous=C2=A0patc= h. There are some conflicts=C2=A0in the code. I will send a revised patch l= ater once 'casts' patch committed.

Thanks.=

On We= d, Sep 28, 2016 at 2:42 PM, Navnath Gadakh <navnath.gadakh@e= nterprisedb.com> wrote:
Hi Dave,

Please find the attached patch for Schema node. (Changes required due t= o drop=C2=A0object's=C2=A0functionality).

To run=C2=A0test cases:

= python regression/runtests.py --pkg browser.server_groups.servers.data= bases.schemas

Thanks.

--
=
Regards,
Navnath Gadakh

EnterpriseDB Corporation
The Enterprise PostgreSQL Company


=



--
<= div dir=3D"ltr">
Re= gards,
Navnath Gadakh

EnterpriseDB = Corporation
The Enterprise PostgreSQL Company

<= br>
--001a1140377e8efb00053d8f81be--