Hi Joe,

On Dec 3, 2007 4:58 AM, Joseph Athman <[EMAIL PROTECTED]> wrote:
> Well test_thread.rb is working fine now, but I'm getting an error running
> rubinius specs.

>      [java] Time instance method asctime should return a canonical string
> representation of time

This is a bug in JRuby's aging copy of Rubinius specs. The strftime
format used in the
older copy is not correct. Basically, this test always fails first 9
days of every month. :)

In newer Rubinius specs, the strftime format is corrected:

strftime("%a %b %e %H:%M:%S %Y")

so that %e is used instead of %d.

Charlie has just committed the fix.

Thanks,
  --Vladimir

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

    http://xircles.codehaus.org/manage_email

Reply via email to