762: post-review script ignores username and password arguments if valid cookie is found

onkar******@gmai***** (Google Code) (Is this you? Claim this profile.)
Oct. 8, 2010
What steps will reproduce the problem?
1. Post a review request using post-review.
2. When review request is posted a cookie file is created in the home folder.
3. Now try to post another review request with different user login (using
--username, --password arguments).

What is the expected output? What do you see instead?
I was expecting that the user login provided with --username/--password
will temporarily override any authenticated session found in cookie file.
But it does not do so. Please let me know if this expectation is wrong.

By the way, thanks for making such a great tool. :-)
#1 onkar******@gmai***** (Google Code) (Is this you? Claim this profile.)
Review posted at http://reviews.review-board.org/r/713/
chipx86
#2 chipx86
  • +Confirmed
  • +Milestone-RBTools-Release1.0
    +Component-RBTools
    +PendingReview
david
#3 david
Fixed in 17bd345. Thanks!
  • -Confirmed
    +Fixed