-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Create a queue of length L.
2. View the contents of the specified queue pos < 1.
3. View the contents of the specified queue pos > L.
4. View the contents of the specified queue pos (pos is not numerical).
5. View the contents of the specified queue pos >=1 && pos <=L.
What is the expected output? What do you see instead?
What I saw:
HTTPSQS_ERROR when pos < 1 (Expected)
BLANK when pos > L [(Expected): HTTPSQS_ERROR]
HTTPSQS_ERROR when pos is not numerical (Expected)
Get the right value when pos >=1 && pos <=L (Expected)
What version of the product are you using? On what operating system?
HTTP Simple Queue Service v1.1
Please provide any additional information below.
Original issue reported on code.google.com by fresco....@gmail.com on 11 Feb 2010 at 1:45
Reactions are currently unavailable