From bd65bb67e25a79b019d745b7262b2008ce2adb15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 16 Nov 2016 01:59:39 +0100 Subject: incrementally verify denoms The denominations are not stored in a separate object store. --- node_modules/adm-zip/test/assets/attributes_test.zip | Bin 4189 -> 0 bytes .../test/assets/attributes_test/New folder/hidden.txt | 17 ----------------- .../attributes_test/New folder/hidden_readonly.txt | 17 ----------------- .../assets/attributes_test/New folder/readonly.txt | 17 ----------------- .../assets/attributes_test/New folder/somefile.txt | 17 ----------------- .../assets/attributes_test/asd/New Text Document.txt | 0 .../adm-zip/test/assets/attributes_test/blank file.txt | 0 node_modules/adm-zip/test/assets/fast.zip | Bin 4194 -> 0 bytes node_modules/adm-zip/test/assets/fastest.zip | Bin 4194 -> 0 bytes node_modules/adm-zip/test/assets/linux_arc.zip | Bin 415 -> 0 bytes node_modules/adm-zip/test/assets/maximum.zip | Bin 4086 -> 0 bytes node_modules/adm-zip/test/assets/normal.zip | Bin 4170 -> 0 bytes node_modules/adm-zip/test/assets/store.zip | Bin 5878 -> 0 bytes node_modules/adm-zip/test/assets/ultra.zip | Bin 4086 -> 0 bytes node_modules/adm-zip/test/index.js | 5 ----- 15 files changed, 73 deletions(-) delete mode 100644 node_modules/adm-zip/test/assets/attributes_test.zip delete mode 100644 node_modules/adm-zip/test/assets/attributes_test/New folder/hidden.txt delete mode 100644 node_modules/adm-zip/test/assets/attributes_test/New folder/hidden_readonly.txt delete mode 100644 node_modules/adm-zip/test/assets/attributes_test/New folder/readonly.txt delete mode 100644 node_modules/adm-zip/test/assets/attributes_test/New folder/somefile.txt delete mode 100644 node_modules/adm-zip/test/assets/attributes_test/asd/New Text Document.txt delete mode 100644 node_modules/adm-zip/test/assets/attributes_test/blank file.txt delete mode 100644 node_modules/adm-zip/test/assets/fast.zip delete mode 100644 node_modules/adm-zip/test/assets/fastest.zip delete mode 100644 node_modules/adm-zip/test/assets/linux_arc.zip delete mode 100644 node_modules/adm-zip/test/assets/maximum.zip delete mode 100644 node_modules/adm-zip/test/assets/normal.zip delete mode 100644 node_modules/adm-zip/test/assets/store.zip delete mode 100644 node_modules/adm-zip/test/assets/ultra.zip delete mode 100644 node_modules/adm-zip/test/index.js (limited to 'node_modules/adm-zip/test') diff --git a/node_modules/adm-zip/test/assets/attributes_test.zip b/node_modules/adm-zip/test/assets/attributes_test.zip deleted file mode 100644 index d57bfc075..000000000 Binary files a/node_modules/adm-zip/test/assets/attributes_test.zip and /dev/null differ diff --git a/node_modules/adm-zip/test/assets/attributes_test/New folder/hidden.txt b/node_modules/adm-zip/test/assets/attributes_test/New folder/hidden.txt deleted file mode 100644 index 3c3ca551d..000000000 --- a/node_modules/adm-zip/test/assets/attributes_test/New folder/hidden.txt +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/node_modules/adm-zip/test/assets/attributes_test/New folder/hidden_readonly.txt b/node_modules/adm-zip/test/assets/attributes_test/New folder/hidden_readonly.txt deleted file mode 100644 index 3c3ca551d..000000000 --- a/node_modules/adm-zip/test/assets/attributes_test/New folder/hidden_readonly.txt +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/node_modules/adm-zip/test/assets/attributes_test/New folder/readonly.txt b/node_modules/adm-zip/test/assets/attributes_test/New folder/readonly.txt deleted file mode 100644 index 3c3ca551d..000000000 --- a/node_modules/adm-zip/test/assets/attributes_test/New folder/readonly.txt +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/node_modules/adm-zip/test/assets/attributes_test/New folder/somefile.txt b/node_modules/adm-zip/test/assets/attributes_test/New folder/somefile.txt deleted file mode 100644 index 3c3ca551d..000000000 --- a/node_modules/adm-zip/test/assets/attributes_test/New folder/somefile.txt +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/node_modules/adm-zip/test/assets/attributes_test/asd/New Text Document.txt b/node_modules/adm-zip/test/assets/attributes_test/asd/New Text Document.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/node_modules/adm-zip/test/assets/attributes_test/blank file.txt b/node_modules/adm-zip/test/assets/attributes_test/blank file.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/node_modules/adm-zip/test/assets/fast.zip b/node_modules/adm-zip/test/assets/fast.zip deleted file mode 100644 index f4ed17b98..000000000 Binary files a/node_modules/adm-zip/test/assets/fast.zip and /dev/null differ diff --git a/node_modules/adm-zip/test/assets/fastest.zip b/node_modules/adm-zip/test/assets/fastest.zip deleted file mode 100644 index f4ed17b98..000000000 Binary files a/node_modules/adm-zip/test/assets/fastest.zip and /dev/null differ diff --git a/node_modules/adm-zip/test/assets/linux_arc.zip b/node_modules/adm-zip/test/assets/linux_arc.zip deleted file mode 100644 index 188eccbe8..000000000 Binary files a/node_modules/adm-zip/test/assets/linux_arc.zip and /dev/null differ diff --git a/node_modules/adm-zip/test/assets/maximum.zip b/node_modules/adm-zip/test/assets/maximum.zip deleted file mode 100644 index 86a8ec776..000000000 Binary files a/node_modules/adm-zip/test/assets/maximum.zip and /dev/null differ diff --git a/node_modules/adm-zip/test/assets/normal.zip b/node_modules/adm-zip/test/assets/normal.zip deleted file mode 100644 index b4602c94e..000000000 Binary files a/node_modules/adm-zip/test/assets/normal.zip and /dev/null differ diff --git a/node_modules/adm-zip/test/assets/store.zip b/node_modules/adm-zip/test/assets/store.zip deleted file mode 100644 index e2add30dc..000000000 Binary files a/node_modules/adm-zip/test/assets/store.zip and /dev/null differ diff --git a/node_modules/adm-zip/test/assets/ultra.zip b/node_modules/adm-zip/test/assets/ultra.zip deleted file mode 100644 index 86a8ec776..000000000 Binary files a/node_modules/adm-zip/test/assets/ultra.zip and /dev/null differ diff --git a/node_modules/adm-zip/test/index.js b/node_modules/adm-zip/test/index.js deleted file mode 100644 index 70acb5176..000000000 --- a/node_modules/adm-zip/test/index.js +++ /dev/null @@ -1,5 +0,0 @@ -var Attr = require("../util").FileAttr, - Zip = require("../adm-zip"), - fs = require("fs"); - -//zip.addLocalFile("./test/readonly.txt"); -- cgit v1.2.3