Commit 229c237e authored by Toshi MARUYAMA's avatar Toshi MARUYAMA Committed by Eric Davis

scm: mercurial: remove "TODO" comment and fix indent of unit lib test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4865 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent e37fcfec
......@@ -130,7 +130,6 @@ begin
end
end
# TODO filesize etc.
def test_entries
assert_nil @adapter.entries(nil, '100000')
......@@ -151,7 +150,7 @@ begin
assert_equal 27, readme.size
assert_equal '1', readme.lastrev.revision
assert_equal '9d5b5b004199', readme.lastrev.identifier
# 2007-12-14 10:24:01 +0100
# 2007-12-14 10:24:01 +0100
assert_equal Time.gm(2007, 12, 14, 9, 24, 1), readme.lastrev.time
entries2 = @adapter.entries('sources', r)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment