Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 35270 invoked from network); 2 Oct 2005 02:28:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2005 02:28:13 -0000 Received: (qmail 13160 invoked by uid 500); 2 Oct 2005 02:28:12 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 12840 invoked by uid 500); 2 Oct 2005 02:28:11 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 12687 invoked by uid 99); 2 Oct 2005 02:28:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2005 19:28:09 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 8F295DF for ; Sun, 2 Oct 2005 04:27:48 +0200 (CEST) Message-ID: <1309551865.1128220068553.JavaMail.jira@ajax.apache.org> Date: Sun, 2 Oct 2005 04:27:48 +0200 (CEST) From: "Eddie O'Neil (JIRA)" To: dev@beehive.apache.org Subject: [jira] Resolved: (BEEHIVE-723) JdbcControl date tests don't work outside of MST Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/BEEHIVE-723?page=all ] Eddie O'Neil resolved BEEHIVE-723: ---------------------------------- Fix Version: 1.1 (was: TBD) Resolution: Fixed Fixed in SVN 293059 > JdbcControl date tests don't work outside of MST > ------------------------------------------------ > > Key: BEEHIVE-723 > URL: http://issues.apache.org/jira/browse/BEEHIVE-723 > Project: Beehive > Type: Bug > Components: System Controls > Versions: v1m1 > Reporter: Eddie O'Neil > Assignee: Eddie O'Neil > Fix For: 1.1 > Attachments: BEEHIVE-723.diff > > In SVN 169934, two JdbcControl tests were disabled. These tests do a comparison on date values retrieved from the database, but they expect that the tests are run in MST. For example: > - assertEquals("Wed Feb 23 00:00:00 MST 2005", d.toString()); > + // We may not be MST, assertion is commented out. assertEquals("Wed Feb 23 00:00:00 MST 2005", d.toString()); > This issue tracks having them turned back on just so it isn't forgotten to do so. > :) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira