[twill] [Bug] Does not resolve urls like '?test=test'

Titus Brown titus at caltech.edu
Sun Jan 22 17:15:34 PST 2006


-> twill is just what was I looking for it just has this little problem
-> that stops me from finishing my test script.
-> Problem is with links that are just '?edit' for example. This means
-> that it should go to current_url+'?edit' as it does on all browsers,
-> but instead it does something like this:
-> 
-> >> go http://www.test.com
-> ==> at http://www.test.com
-> current page: http://www.test.com
-> >> go testy
-> ==> at http://www.test.com/testy
-> current page: http://www.test.com/testy
-> >> go ?lala
-> ==> at http://www.test.com/?lala
-> current page: http://www.test.com/?lala
-> 
-> correct location would be "http://www.test.com/testy?lala".
-> 
-> Or am I missing something?
-> 
-> Thanks and good luck with twill! :)
-> 
-> Sebastjan

Hi, Sebastjan,

I've just added this in.

cheers,
--titus



More information about the twill mailing list