harmy / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

Minor error in error message when checking out non-existing session with slashes in the name #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out a session that does not exist and has slashes in the name, like 
"/nosuchsession"

What is the expected output? What do you see instead?
The error message should be "ERROR: No such session found: /nosuchsession". The 
actual message is "ERROR: No such session found:" (the erronous session name is 
missing)

Original issue reported on code.google.com by ekb...@gmail.com on 28 Apr 2012 at 10:31

GoogleCodeExporter commented 9 years ago
Fixed in changeset a10cb288b99b. The chosen solution was to do a stricter check 
on the checkout specification, causing an error message "ERROR: Checkout 
specification must not start with a slash".

Original comment by ekb...@gmail.com on 21 May 2012 at 6:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a10cb288b99b.

Original comment by ekb...@gmail.com on 21 May 2012 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by ekb...@gmail.com on 21 May 2012 at 10:40