##// END OF EJS Templates
Fixed tests failures (#19400)....
Jean-Philippe Lang -
r13779:8c6e5513a1c1
parent child
Show More
@@ -251,7 +251,7 class RepositoriesGitControllerTest < ActionController::TestCase
251 251
252 252 def test_diff
253 253 assert_equal true, @repository.is_default
254 assert_nil @repository.identifier
254 assert @repository.identifier.blank?
255 255 assert_equal 0, @repository.changesets.count
256 256 @repository.fetch_changesets
257 257 @project.reload
@@ -50,6 +50,8 class RepositoryGitTest < ActiveSupport::TestCase
50 50 end
51 51
52 52 def test_nondefault_repo_with_blank_identifier_destruction
53 Repository.delete_all
54
53 55 repo1 = Repository::Git.new(
54 56 :project => @project,
55 57 :url => REPOSITORY_PATH,
General Comments 0
You need to be logged in to leave comments. Login now