test-lib: Simplify test counting.
authorJohannes Sixt <j6t@kdbg.org>
Thu, 5 Feb 2009 20:20:56 +0000 (21:20 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 19 Mar 2009 20:47:14 +0000 (21:47 +0100)
Since the test case counter was incremented very late, there were a few
users of the counter had to do their own incrementing. Now we increment it
early and simplify these users.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
No differences found