mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
fix source indent of RepositoryBazaarTest
git-svn-id: http://svn.redmine.org/redmine/trunk@19896 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -275,12 +275,13 @@ class RepositoryBazaarTest < ActiveSupport::TestCase
|
||||
private
|
||||
|
||||
def create_latin1_repo
|
||||
repo = Repository::Bazaar.create(
|
||||
repo = Repository::Bazaar.
|
||||
create(
|
||||
:project => @project,
|
||||
:identifier => 'latin1',
|
||||
:url => REPOSITORY_PATH_NON_ASCII,
|
||||
:log_encoding => 'ISO-8859-1'
|
||||
)
|
||||
)
|
||||
assert repo
|
||||
repo
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user