From 1a945dd13731ef8703b4124fda19b80f756fd5fa Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 2 Jul 2010 18:59:39 -0500 Subject: Add mirror protocols fixture Signed-off-by: Dan McGee --- main/fixtures/mirrorprotocols.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 main/fixtures/mirrorprotocols.json diff --git a/main/fixtures/mirrorprotocols.json b/main/fixtures/mirrorprotocols.json new file mode 100644 index 00000000..9e8932a8 --- /dev/null +++ b/main/fixtures/mirrorprotocols.json @@ -0,0 +1,23 @@ +[ + { + "pk": 2, + "model": "main.mirrorprotocol", + "fields": { + "protocol": "ftp" + } + }, + { + "pk": 1, + "model": "main.mirrorprotocol", + "fields": { + "protocol": "http" + } + }, + { + "pk": 3, + "model": "main.mirrorprotocol", + "fields": { + "protocol": "rsync" + } + } +] -- cgit v1.2.3-55-g3dc8