From ed6fbafb35ec9799ad182c45985355a2e0d67d50 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 30 Sep 2010 14:36:38 -0500 Subject: Update MirrorProtocol fixture data Move it to the correct location and add the new field. Also tidy up some of the instructions dealing with loading this data. Signed-off-by: Dan McGee --- mirrors/fixtures/mirrorprotocols.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mirrors/fixtures/mirrorprotocols.json (limited to 'mirrors') diff --git a/mirrors/fixtures/mirrorprotocols.json b/mirrors/fixtures/mirrorprotocols.json new file mode 100644 index 0000000..35614b3 --- /dev/null +++ b/mirrors/fixtures/mirrorprotocols.json @@ -0,0 +1,26 @@ +[ + { + "pk": 1, + "model": "mirrors.mirrorprotocol", + "fields": { + "is_download": true, + "protocol": "http" + } + }, + { + "pk": 2, + "model": "mirrors.mirrorprotocol", + "fields": { + "is_download": true, + "protocol": "ftp" + } + }, + { + "pk": 3, + "model": "mirrors.mirrorprotocol", + "fields": { + "is_download": false, + "protocol": "rsync" + } + } +] \ No newline at end of file -- cgit v1.2.3-24-g4f1b