summaryrefslogtreecommitdiffstats
path: root/tests/units/test_log.rb
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-10 15:34:12 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-10 15:34:12 -0800
commitefcce7fc123b9e64fb9d93224e4e78d09144af3d (patch)
tree5c9966a11b18218d6e2f655e7f34a7604530b2a1 /tests/units/test_log.rb
parentfde3263abc5c7866aa7dce7aef28eacaa33d7664 (diff)
downloadthird_party-ruby-git-efcce7fc123b9e64fb9d93224e4e78d09144af3d.tar.gz
third_party-ruby-git-efcce7fc123b9e64fb9d93224e4e78d09144af3d.tar.xz
third_party-ruby-git-efcce7fc123b9e64fb9d93224e4e78d09144af3d.zip
got clone and init to work - my first writing functions
Diffstat (limited to 'tests/units/test_log.rb')
-rw-r--r--tests/units/test_log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/test_log.rb b/tests/units/test_log.rb
index b62c544..7198b8a 100644
--- a/tests/units/test_log.rb
+++ b/tests/units/test_log.rb
@@ -36,7 +36,7 @@ class TestLog < Test::Unit::TestCase
assert_equal(30, l.size)
l = @git.log.between('v2.5').object('example.txt')
- assert_equal(2, l.size)
+ assert_equal(3, l.size)
l = @git.log.between('v2.5', 'test').object('example.txt')
assert_equal(1, l.size)