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
This commit is contained in:
Toshi MARUYAMA 2011-02-18 04:20:40 +00:00
parent 628130ef5c
commit 55fdc23981
1 changed files with 1 additions and 2 deletions

View File

@ -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)