Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 51118 invoked from network); 20 Oct 2008 18:20:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2008 18:20:16 -0000 Received: (qmail 12247 invoked by uid 500); 20 Oct 2008 18:20:17 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 12230 invoked by uid 500); 20 Oct 2008 18:20: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 12219 invoked by uid 99); 20 Oct 2008 18:20:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 11:20:17 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 18:19:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AC74D234C237 for ; Mon, 20 Oct 2008 11:19:46 -0700 (PDT) Message-ID: <70440804.1224526786705.JavaMail.jira@brutus> Date: Mon, 20 Oct 2008 11:19:46 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-1802) JUnit tests for DERBY-475 and DERBY-592, Built-in and JDBC escape functions In-Reply-To: <30722473.1157127502372.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren resolved DERBY-1802. --------------------------------------- Resolution: Fixed Fix Version/s: 10.2.2.0 10.3.1.4 Seems to me this was fixed in 10.3 and backported to 10.2. > JUnit tests for DERBY-475 and DERBY-592, Built-in and JDBC escape functions > --------------------------------------------------------------------------- > > Key: DERBY-1802 > URL: https://issues.apache.org/jira/browse/DERBY-1802 > Project: Derby > Issue Type: Test > Components: Test > Affects Versions: 10.3.1.4 > Reporter: Susan Cline > Assignee: Susan Cline > Priority: Minor > Fix For: 10.3.1.4, 10.2.2.0 > > Attachments: DERBY-475_DERBY-592_20060831.diff, DERBY-475_DERBY-592_20060905.diff > > > Attached is a patch which contains JUnit tests for DERBY-475 and DERBY-592, the built-in math functions and JDBC escape functions. > I ran the patch, DERBY-475_DERBY-592_20060831.diff, against these four tests: > java junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.lang.MathTrigFunctionsTest > java org.apache.derbyTesting.functionTests.harness.RunTest lang/MathTrigFunctionsTest.junit > java org.apache.derbyTesting.functionTests.harness.RunTest lang/_Suite.junit > java org.apache.derbyTesting.functionTests.harness.RunSuite derbylang > svn status: > A java\testing\org\apache\derbyTesting\functionTests\tests\lang\MathTrigFunctionsTest.java > M java\testing\org\apache\derbyTesting\functionTests\tests\lang\_Suite.java > M java\testing\org\apache\derbyTesting\functionTests\tests\lang\LangScripts.java > (Note: I edited this file, but changed it back to the original contents.) > I created the patch on Windows XP, tested it on Windows XP and then applied the patch on Linux and ran the above 4 tests on Linux. > sysinfo output: > ------------------ Java Information ------------------ > Java Version: 1.4.2_09 > Java Vendor: Sun Microsystems Inc. > Java home: C:\JDK\jdk1.4.2_09\jre > Java classpath: C:\derby_src\development_branch\trunk\classes;C:\derby_src\deve > lopment_branch\trunk\tools\java\junit.jar;C:\derby_src\development_branch\trunk\ > tools\java\jakarta-oro-2.0.8.jar;. > OS name: Windows XP > OS architecture: x86 > OS version: 5.1 > Java user name: slc > Java user home: C:\Documents and Settings\Administrator > Java user dir: C:\derby_src\development_branch\trunk > java.specification.name: Java Platform API Specification > java.specification.version: 1.4 > --------- Derby Information -------- > JRE - JDBC: J2SE 1.4.2 - JDBC 3.0 > [C:\derby_src\development_branch\trunk\classes] 10.3.0.0 alpha - (1) > ------------------------------------------------------ > ----------------- Locale Information ----------------- > Current Locale : [English/United States [en_US]] > Found support for locale: [de_DE] > version: 10.3.0.0 alpha - (1) > Found support for locale: [es] > version: 10.3.0.0 alpha - (1) > Found support for locale: [fr] > version: 10.3.0.0 alpha - (1) > Found support for locale: [it] > version: 10.3.0.0 alpha - (1) > Found support for locale: [ja_JP] > version: 10.3.0.0 alpha - (1) > Found support for locale: [ko_KR] > version: 10.3.0.0 alpha - (1) > Found support for locale: [pt_BR] > version: 10.3.0.0 alpha - (1) > Found support for locale: [zh_CN] > version: 10.3.0.0 alpha - (1) > Found support for locale: [zh_TW] > version: 10.3.0.0 alpha - (1) > ------------------------------------------------------ > I would appreciate it if a committer would commit this patch. > Thanks, > Susan -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.