summaryrefslogtreecommitdiff
path: root/main/fixtures/repos.json
diff options
context:
space:
mode:
Diffstat (limited to 'main/fixtures/repos.json')
-rw-r--r--main/fixtures/repos.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json
index a6f564b7..655be64a 100644
--- a/main/fixtures/repos.json
+++ b/main/fixtures/repos.json
@@ -142,5 +142,25 @@
"svn_root": "packages",
"testing": true
}
+ },
+ {
+ "pk": 10,
+ "model": "main.repo",
+ "fields": {
+ "svn_root": "",
+ "testing": true,
+ "name": "Libre-Testing",
+ "bugs_project": 0
+ }
+ },
+ {
+ "pk": 11,
+ "model": "main.repo",
+ "fields": {
+ "svn_root": "",
+ "testing": false,
+ "name": "Libre",
+ "bugs_project": 0
+ }
}
]