From: Johannes Sixt Date: Thu, 5 Feb 2009 20:20:56 +0000 (+0100) Subject: test-lib: Simplify test counting. X-Git-Tag: v1.6.3-rc0~130^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8586f98bd29bd4ad3d0e62a3be4a4d59ff8b27cd?hp=8586f98bd29bd4ad3d0e62a3be4a4d59ff8b27cd test-lib: Simplify test counting. 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 ---