Hi,

On my Windows XP (xampp 1.55) box, running the sfBrowserTest.php, has two
failures:

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
ok 26 - ->click() can click on image button in forms

I'm guessing that something is translating the & into the expanded &
character.

Is this expected, or just a symptom of my Windows box?

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to