diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-12 20:56:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-12 20:56:22 +0000 |
commit | 76ed8cc200c5a0ddcb5484efd53f31f577c9e2f6 (patch) | |
tree | fc8e235cd67a8718a2e8fd716ebc00c0e4e15e29 /test/fixtures/repositories.yml | |
parent | 3539bef96b06d12248ef9d164be1e0fe0b536181 (diff) | |
download | redmine-76ed8cc200c5a0ddcb5484efd53f31f577c9e2f6.tar.gz redmine-76ed8cc200c5a0ddcb5484efd53f31f577c9e2f6.zip |
Added some functional tests (projects and repositories).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@981 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/repositories.yml')
-rw-r--r-- | test/fixtures/repositories.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/fixtures/repositories.yml b/test/fixtures/repositories.yml index 46afed245..d86e301c9 100644 --- a/test/fixtures/repositories.yml +++ b/test/fixtures/repositories.yml @@ -1,11 +1,12 @@ ---
repositories_001:
project_id: 1
- url: svn://localhost/test
+ url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository
id: 10
- root_url: svn://localhost
+ root_url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository
password: ""
login: ""
+ type: Subversion
repositories_002:
project_id: 2
url: svn://localhost/test
@@ -13,3 +14,4 @@ repositories_002: root_url: svn://localhost
password: ""
login: ""
+ type: Subversion
|