summaryrefslogtreecommitdiffstats
path: root/tests/units/test_lib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/test_lib.rb')
-rw-r--r--tests/units/test_lib.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/units/test_lib.rb b/tests/units/test_lib.rb
index 9a3479b..f9170e6 100644
--- a/tests/units/test_lib.rb
+++ b/tests/units/test_lib.rb
@@ -44,6 +44,9 @@ class TestLib < Test::Unit::TestCase
a = @lib.log_commits :count => 20, :path_limiter => 'ex_dir/'
assert_equal(1, a.size)
+
+ a = @lib.full_log_commits :count => 20
+ assert_equal(20, a.size)
end
def test_revparse