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 2958810615 for ; Mon, 28 Apr 2014 20:29:17 +0000 (UTC) Received: (qmail 67837 invoked by uid 500); 28 Apr 2014 20:29:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 67819 invoked by uid 500); 28 Apr 2014 20:29:15 -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 67809 invoked by uid 99); 28 Apr 2014 20:29:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 20:29:14 +0000 Date: Mon, 28 Apr 2014 20:29:14 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-6501) change 10.10 version of CastingTest.java to build/run under jsr169 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-6501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983497#comment-13983497 ] ASF subversion and git services commented on DERBY-6501: -------------------------------------------------------- Commit 1590782 from [~myrna] in branch 'code/branches/10.10' [ https://svn.apache.org/r1590782 ] DERBY-6501; change 10.10 version of CastingTest.java to build/run under jsr169 implementing a simple 'replace' method for the JSR169 case, and moving the test back to its previous spot in the suite. > change 10.10 version of CastingTest.java to build/run under jsr169 > ------------------------------------------------------------------ > > Key: DERBY-6501 > URL: https://issues.apache.org/jira/browse/DERBY-6501 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.10.2.0 > Reporter: Mike Matrigali > Priority: Minor > Attachments: DERBY-6501_1010.diff > > > As part of changes backported from trunk to 10.10, CastingTest.java no longer runs in jsr169. Changes have been made to testing framework to not run the test in jsr169 - see change #1574618. > In order to get this test to run again some java code needs be written > to replace the following java interface not available in jsr169: > String.replace(CharSequence target, CharSequence replacement) -- This message was sent by Atlassian JIRA (v6.2#6252)