From a86171a4cc81381efe80aa1f5fd32ec4c3e3442a Mon Sep 17 00:00:00 2001 From: Sverre Rabbelier Date: Tue, 10 Jun 2008 14:16:20 +0200 Subject: [PATCH] gitstats: Created a test case to point out an unimplemented function Author aggregation is a no-op currently, so create a failing testcase to point this out. --- src/t/t8100-stats.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/t/t8100-stats.sh b/src/t/t8100-stats.sh index fa244f0..5d821ab 100755 --- a/src/t/t8100-stats.sh +++ b/src/t/t8100-stats.sh @@ -49,6 +49,10 @@ test_expect_success 'Verify that the secondary authors result is filtered proper test_cmp expected actual ' +test_expect_failure 'Verify that the output for authors is aggregated properly' ' + test `stats.py author -a` != "" +' + test_expect_success 'Teardown' ' cd $ORIG_PATH ' -- 2.11.4.GIT