diff options
author | Dan McGee <dan@archlinux.org> | 2011-02-27 11:55:59 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-02-27 11:55:59 -0600 |
commit | 7cdf2b698173add6707fb943f939a5ff9a2eab25 (patch) | |
tree | 46950f3f914221e83b44267588e331ae4ec33357 /main/fixtures | |
parent | 47622e62938e629cfe85457f9a36d5f9b87987d5 (diff) |
Update repos fixture
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main/fixtures')
-rw-r--r-- | main/fixtures/repos.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json index bc474d3e..fae96f85 100644 --- a/main/fixtures/repos.json +++ b/main/fixtures/repos.json @@ -50,6 +50,16 @@ } }, { + "pk": 8, + "model": "main.repo", + "fields": { + "svn_root": "community", + "testing": true, + "name": "Multilib-Testing", + "bugs_project": 5 + } + }, + { "pk": 3, "model": "main.repo", "fields": { @@ -59,4 +69,4 @@ "bugs_project": 1 } } -] +]
\ No newline at end of file |