Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 22657 invoked from network); 5 May 2008 14:22:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 May 2008 14:22:19 -0000 Received: (qmail 75329 invoked by uid 500); 5 May 2008 14:22:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75303 invoked by uid 500); 5 May 2008 14:22:20 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 75292 invoked by uid 99); 5 May 2008 14:22:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 07:22:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 14:21:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BB290234C117 for ; Mon, 5 May 2008 07:21:55 -0700 (PDT) Message-ID: <1492040014.1209997315765.JavaMail.jira@brutus> Date: Mon, 5 May 2008 07:21:55 -0700 (PDT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3661) Typo yields redundant test case in GrantRevokeTest In-Reply-To: <52785047.1209996955667.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-3661: --------------------------------- Attachment: derby-3661.diff Attaching a small patch which removes the redundant lines and adds two more tests cases, which tests that the grant has not opened up for select access to: b) the same table name in a different schema for a user not granted to c) a different table name in a different schema for a user not granted to The existing redundant line tested that the grant has not opened up for select access to: a) the same table for a user not granted to > Typo yields redundant test case in GrantRevokeTest > -------------------------------------------------- > > Key: DERBY-3661 > URL: https://issues.apache.org/jira/browse/DERBY-3661 > Project: Derby > Issue Type: Bug > Components: Test > Reporter: Dag H. Wanvik > Assignee: Dag H. Wanvik > Priority: Trivial > Fix For: 10.5.0.0 > > Attachments: derby-3661.diff > > > In GrantRevokeTest#testSimpleGrant, these two line are identical; the least line > just repeats the test case. This is probably just a typo. > assertSelectPrivilege(false, users[2], "s1", "t1", null); > assertSelectPrivilege(false, users[2], "s1", "t1", null); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.