From fe46c7832fa1e0c6af450f0937aea3534c0f6b01 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 23 Jul 2017 22:56:12 +0200 Subject: Refs: #3507;20h Specing and Implementing the ZipService --- spec/fixtures/multiref.zip | Bin 11432 -> 1086 bytes spec/fixtures/nozip.zip | 1 + spec/fixtures/ref1.zip | Bin 0 -> 554 bytes spec/fixtures/ref2.zip | Bin 0 -> 554 bytes spec/fixtures/singleref.zip | Bin 0 -> 220 bytes spec/fixtures/uniref.zip | Bin 4904 -> 0 bytes 6 files changed, 1 insertion(+) create mode 100644 spec/fixtures/nozip.zip create mode 100644 spec/fixtures/ref1.zip create mode 100644 spec/fixtures/ref2.zip create mode 100644 spec/fixtures/singleref.zip delete mode 100644 spec/fixtures/uniref.zip (limited to 'spec/fixtures') diff --git a/spec/fixtures/multiref.zip b/spec/fixtures/multiref.zip index 5b28f7cad..28ddff198 100644 Binary files a/spec/fixtures/multiref.zip and b/spec/fixtures/multiref.zip differ diff --git a/spec/fixtures/nozip.zip b/spec/fixtures/nozip.zip new file mode 100644 index 000000000..505bd213a --- /dev/null +++ b/spec/fixtures/nozip.zip @@ -0,0 +1 @@ +no zip file diff --git a/spec/fixtures/ref1.zip b/spec/fixtures/ref1.zip new file mode 100644 index 000000000..1cbd0268e Binary files /dev/null and b/spec/fixtures/ref1.zip differ diff --git a/spec/fixtures/ref2.zip b/spec/fixtures/ref2.zip new file mode 100644 index 000000000..342353b07 Binary files /dev/null and b/spec/fixtures/ref2.zip differ diff --git a/spec/fixtures/singleref.zip b/spec/fixtures/singleref.zip new file mode 100644 index 000000000..4aee23614 Binary files /dev/null and b/spec/fixtures/singleref.zip differ diff --git a/spec/fixtures/uniref.zip b/spec/fixtures/uniref.zip deleted file mode 100644 index 86b688b51..000000000 Binary files a/spec/fixtures/uniref.zip and /dev/null differ -- cgit v1.2.3