airbug / airbug-chat

Better chat for developers
Other
0 stars 0 forks source link

bugjs. Queue #70

Closed sungchoi closed 11 years ago

sungchoi commented 11 years ago

Bug Description: instance method #dequeue dequeues from the back of the queue instead of the front (Opposite of expected behavior)

Test Plan

brianneisler commented 11 years ago

This is causing sonarbug to break. Putting in to development immediately.

Analysis 1) Should have had a validation unit test written against it when it was written.

brianneisler commented 11 years ago

@sungchoi assigning this bug to you for QA since it can only be tested in code.

sungchoi commented 11 years ago

Code revisions look good. Unit tests are passing.

New behavior validated in the SonarBugClient use case.

Moving to Deploy.

brianneisler commented 11 years ago

released and closed