Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 94599 invoked from network); 2 Feb 2007 00:19:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 00:19:42 -0000 Received: (qmail 17219 invoked by uid 500); 2 Feb 2007 00:19:48 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 17197 invoked by uid 500); 2 Feb 2007 00:19:48 -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 17186 invoked by uid 99); 2 Feb 2007 00:19:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 16:19:48 -0800 X-ASF-Spam-Status: No, hits=-9.4 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, 01 Feb 2007 16:19:41 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1419B1A981A; Thu, 1 Feb 2007 16:19:21 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r502409 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java Date: Fri, 02 Feb 2007 00:19:20 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070202001921.1419B1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djd Date: Thu Feb 1 16:19:20 2007 New Revision: 502409 URL: http://svn.apache.org/viewvc?view=rev&rev=502409 Log: DERBY-2022 Added comment indicating why LobStreamsTest does not run in embedded. Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java?view=diff&rev=502409&r1=502408&r2=502409 ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java Thu Feb 1 16:19:20 2007 @@ -438,6 +438,7 @@ /** * Run with DerbyNetClient only. + * Embedded Clob/Blob.setXXXStream() methods are not implmented. * @return */ public static Test suite() {