test/test_branch_factory.rb in mercurial-ruby-0.7.8 vs test/test_branch_factory.rb in mercurial-ruby-0.7.9
- old
+ new
@@ -50,9 +50,9 @@
branches.map(&:name).sort.must_equal %w(old-branch new-branch branch-from-remote another-branch default).sort
end
it "should find branch's full hash_id" do
branch = @repository.branches.all.first
- branch.hash_id.must_equal 'e47455b9a2383085b400d649af4360b943c6d3cf'
+ branch.hash_id.must_equal '2b03a87dbf4cb1a95b2417d8e2eac801c450b624'
end
-end
\ No newline at end of file
+end