Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55320F600 for ; Mon, 15 Apr 2013 14:56:17 +0000 (UTC) Received: (qmail 35917 invoked by uid 500); 15 Apr 2013 14:56:17 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 35899 invoked by uid 500); 15 Apr 2013 14:56:17 -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 35880 invoked by uid 99); 15 Apr 2013 14:56:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Apr 2013 14:56:16 +0000 Date: Mon, 15 Apr 2013 14:56:16 +0000 (UTC) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DERBY-6180) DatabaseMetaDataTest should not fail if there are extra columns but only check the expected ones MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kathey Marsden created DERBY-6180: ------------------------------------- Summary: DatabaseMetaDataTest should not fail if there are extra columns but only check the expected ones Key: DERBY-6180 URL: https://issues.apache.org/jira/browse/DERBY-6180 Project: Derby Issue Type: Improvement Reporter: Kathey Marsden In new JDBC versions colums can be added to DatabaseMetaData. Tests should just check expectedColumns and ignore extra columns to prevent failures with compatibility testing. This check occurs in assertColumnNames and assertColumnTypes. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira