test/test_file_index.rb in mercurial-ruby-0.6.0 vs test/test_file_index.rb in mercurial-ruby-0.6.1

- old
+ new

@@ -22,11 +22,11 @@ file_index.count_all.must_equal 0 repository.destroy! end it "should count all commits" do - @file_index.count_all.must_equal 40 + @file_index.count_all.must_equal 42 end it "should count commits reachable by specific hash id" do @file_index.count('612af4851a6c483f499cadf1dd28040d7996aa78').must_equal 12 end @@ -118,6 +118,6 @@ directory_1/rubygems_tasks.rb directory_1/specification.rb directory_1/tasks.rb] end -end \ No newline at end of file +end