Line number improvements + AssertMatch() changes:

- Line numbers from the test case itself will now be reported, even if
  the error is being logged form within another function (in which case
  both lines/files are shown).
- Line number for the test case itself is now also reported in the
  failure header.
- Replaced AssertErr() with AssertMatch().  AssertEqual() handles the
  equality cases very well already, and AssertMatch() may now be used
  for any other tests.
5 files changed
tree: 6e6a288f9e3f4e46702eaefcbd38d12261eef2d9
  1. src/
  2. .bzrignore
  3. .gitignore
  4. Makefile
  5. TODO