Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 46820 invoked from network); 17 May 2007 17:20:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2007 17:20:14 -0000 Received: (qmail 6643 invoked by uid 500); 17 May 2007 17:20:20 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 6615 invoked by uid 500); 17 May 2007 17:20:20 -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 6599 invoked by uid 99); 17 May 2007 17:20:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 10:20:20 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 10:20:13 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 34EAE1A9838; Thu, 17 May 2007 10:19:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r539027 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang: CollationTest.java CollationTest2.java Date: Thu, 17 May 2007 17:19:53 -0000 To: derby-commits@db.apache.org From: mikem@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070517171953.34EAE1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mikem Date: Thu May 17 10:19:52 2007 New Revision: 539027 URL: http://svn.apache.org/viewvc?view=rev&rev=539027 Log: javadoc fixes for some collation tests. Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.java Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java?view=diff&rev=539027&r1=539026&r2=539027 ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest.java Thu May 17 10:19:52 2007 @@ -322,12 +322,16 @@ s.execute("DROP TABLE CUSTOMER"); s.close(); } + /** * sort customers by - * @param ds + * + * @param s statement object to use to execute the query + * @param query string with the query to execute. * @param expectedResult Null for this means that the passed query is * expected to return an empty resultset. If not empty, then the resultset * from the query should match this paramter + * * @throws SQLException */ private void checkLangBasedQuery(Statement s, String query, String[][] expectedResult) throws SQLException { Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.java?view=diff&rev=539027&r1=539026&r2=539027 ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CollationTest2.java Thu May 17 10:19:52 2007 @@ -637,8 +637,6 @@ * for instance to run the default, pass in 0. *

* - * @return The identifier to be used to open the conglomerate later. - * * @param db_index index of which test to run. * * @exception SQLException