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

_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to