Hello dear devs,
recently worked on making the symfony tests running perfect on windows
boxes.
Basically there were two activities:
a) Using the fix_linebreaks function i added to the unit-bootstrap, which
converts all kinds of linebreaks into \n. This is helpful, because when some
expectation string is written in heredoc, it is highly affected by the
system linebreak char(s). symfony will generate linebreaks always as \n.
b) on one of my windows boxes I have a permission glitch when cleaning
logfiles. In fact I found out exceptions thrown in the cleanup process
caused a fatal error. I added a try/catch in the cleanup to migitate this.

Because those two were only relevant for symfony core development, only
affecting windows so far (my mac and debian dont make a noise) and I am a
bit lazy today, I only applied it to symfony 1.3, which will be the mostly
developed symfony version from now.

So unless someone really insists, I will not backport them :-)

Fabian

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

Reply via email to