From 7cdf2b698173add6707fb943f939a5ff9a2eab25 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 27 Feb 2011 11:55:59 -0600 Subject: Update repos fixture Signed-off-by: Dan McGee --- main/fixtures/repos.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'main') diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json index bc474d3..fae96f8 100644 --- a/main/fixtures/repos.json +++ b/main/fixtures/repos.json @@ -49,6 +49,16 @@ "bugs_project": 5 } }, + { + "pk": 8, + "model": "main.repo", + "fields": { + "svn_root": "community", + "testing": true, + "name": "Multilib-Testing", + "bugs_project": 5 + } + }, { "pk": 3, "model": "main.repo", @@ -59,4 +69,4 @@ "bugs_project": 1 } } -] +] \ No newline at end of file -- cgit v1.2.3-24-g4f1b