diff options
Diffstat (limited to 'test/fixtures/repositories.yml')
-rw-r--r-- | test/fixtures/repositories.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/repositories.yml b/test/fixtures/repositories.yml new file mode 100644 index 000000000..6d288b192 --- /dev/null +++ b/test/fixtures/repositories.yml @@ -0,0 +1,8 @@ +---
+repositories_001:
+ project_id: 1
+ url: svn://localhost/test
+ id: 10
+ root_url: svn://localhost
+ password: ""
+ login: ""
|