test/test_file_index.rb in mercurial-ruby-0.7.8 vs test/test_file_index.rb in mercurial-ruby-0.7.9

- old
+ new

@@ -22,10 +22,10 @@ file_index.count_all.must_equal 0 repository.destroy! end it "should count all commits" do - @file_index.count_all.must_equal 42 + @file_index.count_all.must_equal 44 end it "should count commits reachable by specific hash id" do @file_index.count('612af4851a6c483f499cadf1dd28040d7996aa78').must_equal 12 end