summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/fixtures/repos.json22
1 files changed, 21 insertions, 1 deletions
diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json
index fae96f85..3b79d964 100644
--- a/main/fixtures/repos.json
+++ b/main/fixtures/repos.json
@@ -68,5 +68,25 @@
"name": "Testing",
"bugs_project": 1
}
+ },
+ {
+ "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
+ }
}
-] \ No newline at end of file
+]