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: Controls Versions: V1 Reporter: Eddie O'Neil Fix For: TBD 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