You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/09/14 02:51:07 UTC

DO NOT REPLY [Bug 23158] New: - [collections][Patch] new unit test for BlockingBuffer

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23158>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23158

[collections][Patch] new unit test for BlockingBuffer

           Summary: [collections][Patch] new unit test for BlockingBuffer
           Product: Commons
           Version: Nightly Builds
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Collections
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: janekdb@yahoo.co.uk


The attached file (TestBlockingBuffer.java) exercises all methods specific to
BlockingBuffer: add, addAll, get, remove.

The patch adds the new test suite to o.a.c.collections.decorators.TestAll