symfony 1.2 / ubuntu
Hi guys,
So I've finally started using the test framework and it's cool. When I
was using it, I noticed the tiniest of errors in this line:
// lib/vendor/symfony/lib/test/sfTesterUser.class.php
$this->tester->is($this->user->hasCredential($credentials, $useAnd),
$boolean, sprintf('user has %s the right credentials', $boolean ? ''
: 'not '));
which adds an extra space in tests:
ok 7 - user has the right credentials
^^
Now, as you'll all agree, this is not a huge problem at all. In fact we
can use the framework quite happily without ever worrying about this.
OK, so this is a truly pedantic example, but leads me on to a question:
when should we create tickets for tiny errors and when should we just
'let it go'?
Cheers,
Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---