---

** [tickets:#23] improve output for TEST_BOOL(memcmp(...)) and 
TEST_BOOL(strcmp(...)) tests**

**Status:** in-progress
**Created:** Fri Jun 12, 2015 08:17 PM UTC by Richard Hansen
**Last Updated:** Fri Jun 12, 2015 08:17 PM UTC
**Owner:** Richard Hansen

`lib/util/tests/stringutils-test.c` has a few tests that look like this:

    TEST_BOOL(memcmp(...), false);
    TEST_BOOL(strcmp(...), false);

If these tests fail, the output isn't very useful.  It'd be nice if they dumped 
out the two memory regions/strings for evaluation.


---

Sent from sourceforge.net because rpstir-devel@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/rpstir/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/rpstir/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
rpstir-devel mailing list
rpstir-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpstir-devel

Reply via email to