From dc6f471349d090245d7a1641e830bcb95a14e026 Mon Sep 17 00:00:00 2001 From: eliott Date: Thu, 17 Apr 2008 18:57:21 -0700 Subject: Added some fixture data for repos and arches. --- main/fixtures/arches.json | 23 +++++++++++++++++++++++ main/fixtures/repos.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 main/fixtures/arches.json create mode 100644 main/fixtures/repos.json diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json new file mode 100644 index 00000000..171e84b0 --- /dev/null +++ b/main/fixtures/arches.json @@ -0,0 +1,23 @@ +[ + { + "pk": "1", + "model": "main.arch", + "fields": { + "name": "any" + } + }, + { + "pk": "2", + "model": "main.arch", + "fields": { + "name": "i686" + } + }, + { + "pk": "3", + "model": "main.arch", + "fields": { + "name": "x86_64" + } + } +] diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json new file mode 100644 index 00000000..2831598c --- /dev/null +++ b/main/fixtures/repos.json @@ -0,0 +1,30 @@ +[ + { + "pk": "1", + "model": "main.repo", + "fields": { + "name": "Core" + } + }, + { + "pk": "2", + "model": "main.repo", + "fields": { + "name": "Extra" + } + }, + { + "pk": "3", + "model": "main.repo", + "fields": { + "name": "Testing" + } + }, + { + "pk": "4", + "model": "main.repo", + "fields": { + "name": "Unstable" + } + } +] -- cgit v1.2.3-55-g3dc8