Hi, When I run 'php sfBrowserTests.php', I get two test failures as follows:
ok 20 - ->click() do not populate buttons not clicked not ok 21 - ->click() clicks on form buttons # Failed test (.\sfBrowserTest.php at line 132) # got: '/myform1?text_default_value=default&submit=submit1' # expected: '/myform1?text_default_value=default&submit=submit1' ok 22 - ->click() gets the form method ok 23 - ->click() defaults to get method not ok 24 - ->click() concatenates fields values with existing action parameters # Failed test (.\sfBrowserTest.php at line 139) # got: '/myform3?key=value&text_default_value=default&submit=submit3' # expected: '/myform3?key=value&text_default_value=default&submit=submit3' ok 25 - ->click() can click on submit button anywhere in a form I'm running on a Windows XP box. Is the '&' getting output unexpected? Thanks, Scott --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
