Hi! 

I cannot run Symfony tests on windows. Got stuck at this: http://d.pr/r2xU 
On linux everything works ok.

Is anyone able to run it on win? Vendors are installed as described here: 
http://symfony.com/doc/current/contributing/code/tests.html.

Also on linux I got some bunch of failed tests such as 

23) 
> Symfony\Tests\Component\Locale\Stub\StubNumberFormatterTest::testFormatCurrencyWithCurrencyStyleIntl
>  
> with data set #18 (1000.127, 'BRL', 'R$1,000.13')
> Failed asserting that two strings are equal.
> --- Expected
> +++ Actual
> @@ @@
> -'R$1,000.13'
> +'BR$1,000.13'


and

3) 
> Symfony\Tests\Component\Locale\Stub\StubIntlDateFormatterTest::testFormatIntl 
> with data set #1 ('yyyy.MM.dd \'at\' HH:mm:ss zzz', 0, '1970.01.01 at 
> 00:00:00 GMT+00:00')
> Failed asserting that two strings are identical.
> --- Expected
> +++ Actual
> @@ @@
> -1970.01.01 at 00:00:00 GMT+00:00
> +1970.01.01 at 00:00:00 GMT


Which may be ralated to the fact my linux PC uses Russian as default lang 
and 'ru' locale. Is that ok?

Thanks!

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to