[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Date.as
From: |
strk |
Subject: |
Re: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Date.as |
Date: |
Thu, 25 Oct 2007 11:57:23 +0200 |
On Thu, Oct 25, 2007 at 09:33:51AM +0000, Udo Giacomozzi wrote:
> +// correct: "foo Tue Feb 15 00:00:00 GMT+0100 2000"
> +// but this probably depends on time zone, so just check for some fixed
> part..
> +xcheck_equals(foo.indexOf("Feb"), 8);
What about using substr to check all portions expected to be invariant ?
--strk;