Opened 11 years ago
Closed 10 years ago
#6624 closed Feature Requests (fixed)
Add a BOOST_<level>_NE_COLLECTIONS testing tool
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: | dtrebbien@… |
Description
Like the BOOST_<level>_NE
tool that checks the opposite of BOOST_<level>_EQUAL
, there should be a BOOST_<level>_NE_COLLECTIONS
tool that checks the opposite of BOOST_<level>_EQUAL_COLLECTIONS
.
Attachments (3)
Change History (5)
by , 11 years ago
Attachment: | ticket6624.patch added |
---|
comment:1 by , 11 years ago
ticket6624.patch is bad. boost/test/tools/impl.hpp
had its svn:mime-type
property set to test/plain
rather than text/plain
.
ticket6624.2.patch
is the full patch.
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added in trunk as part of general BOOST_TEST tool generalization
Note:
See TracTickets
for help on using tickets.
Patch