]> granicus.if.org Git - libevent/commit
Fix unit tests with -DUSE_DEBUG enabled
authorNick Mathewson <nickm@torproject.org>
Fri, 6 Aug 2010 20:36:23 +0000 (16:36 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 6 Aug 2010 20:36:23 +0000 (16:36 -0400)
commit28f31a4f8da9367a950e89f28a4ec2314d0e48e0
tree97c11a4d109799006128c2dc74d509da048048d0
parentea1ea3d6eedcaa95ab10eb29401aaa600356e028
Fix unit tests with -DUSE_DEBUG enabled

If you were to enable USE_DEBUG and slog through all 700+ MB of
debugging output, you'd find that one of the unit tests failed,
since it tested the debug logging code, but the string it expected
and the string it logged differed by a tab vs 2 spaces.
test/regress_util.c