mirror of
https://github.com/redmine/redmine.git
synced 2025-11-16 10:16:03 +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
|
private
|
||||||
|
|
||||||
def create_latin1_repo
|
def create_latin1_repo
|
||||||
repo = Repository::Bazaar.create(
|
repo = Repository::Bazaar.
|
||||||
|
create(
|
||||||
:project => @project,
|
:project => @project,
|
||||||
:identifier => 'latin1',
|
:identifier => 'latin1',
|
||||||
:url => REPOSITORY_PATH_NON_ASCII,
|
:url => REPOSITORY_PATH_NON_ASCII,
|
||||||
:log_encoding => 'ISO-8859-1'
|
:log_encoding => 'ISO-8859-1'
|
||||||
)
|
)
|
||||||
assert repo
|
assert repo
|
||||||
repo
|
repo
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user