mirror of
https://github.com/redmine/redmine.git
synced 2025-11-16 02:06:04 +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,7 +275,8 @@ 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user