test/testTime.rb failures on ubuntu 8.10
----------------------------------------

                 Key: JRUBY-3079
                 URL: http://jira.codehaus.org/browse/JRUBY-3079
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1.5
         Environment: Ubuntu 8.10 beta, i386
            Reporter: Wayne Meissner
            Assignee: Thomas E Enebo
            Priority: Minor


The following code at line 131 of test/testTime.rb fails on ubuntu:

  ENV['TZ']='Europe/Helsinki'
  test_equal "+0300 EEST", Time.now.strftime('%z %Z')

(This was introduced in r7884)

Replicating that bit on the command line:
./bin/jruby -e "ENV['TZ']='Europe/Helsinki'; puts Time.now.strftime('%z %Z')"

outputs +0200 EET, instead of +0300 EEST

The same test passed fine on MacOS.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to