Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 37607 invoked from network); 27 Jul 2009 09:51:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jul 2009 09:51:35 -0000 Received: (qmail 83614 invoked by uid 500); 27 Jul 2009 09:52:40 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 83552 invoked by uid 500); 27 Jul 2009 09:52:40 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 83543 invoked by uid 99); 27 Jul 2009 09:52:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 09:52:40 +0000 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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 09:52:38 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 1E122114FB for ; Mon, 27 Jul 2009 09:52:18 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Mon, 27 Jul 2009 09:52:17 -0000 Message-ID: <20090727095217.15117.25457@eos.apache.org> Subject: [Db-derby Wiki] Update of "ErandaSooriyabandara" by ErandaSooriyabandara X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by ErandaSooriyabandara: http://wiki.apache.org/db-derby/ErandaSooriyabandara ------------------------------------------------------------------------------ 46 dependencies found<. + I passed the test with the code, + + rs = st.executeQuery( + "values ConsistencyChecker()"); + + expColNames = new String [] {"1"}; + JDBC.assertColumnNames(rs, expColNames); + + expRS = new String [][] + { + {"No open scans, etc.\n30 dependencies found"} + }; + + JDBC.assertFullResultSet(rs, expRS, true); + + But it is differ from what we expect as the result. + === I hope to work on, ===