diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/stdlib/test/zip_SUITE_data | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/stdlib/test/zip_SUITE_data')
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/META-INF/MANIFEST.MF | 3 | ||||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/abc.txt | 23 | ||||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/abc.zip | bin | 0 -> 2358 bytes | |||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/bad_central_directory.zip | bin | 0 -> 847 bytes | |||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/bad_crc.zip | bin | 0 -> 847 bytes | |||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/bad_eocd.zip | bin | 0 -> 847 bytes | |||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/bad_file_header.zip | bin | 0 -> 847 bytes | |||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/emptyFile | 0 | ||||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/quotes/rain.txt | 1 | ||||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/test.jar | bin | 0 -> 471 bytes | |||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/test.txt | 1 | ||||
-rw-r--r-- | lib/stdlib/test/zip_SUITE_data/wikipedia.txt | 30 |
12 files changed, 58 insertions, 0 deletions
diff --git a/lib/stdlib/test/zip_SUITE_data/META-INF/MANIFEST.MF b/lib/stdlib/test/zip_SUITE_data/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..f334c5d368 --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0
+Created-By: 1.4.2_08 (Sun Microsystems Inc.)
+
diff --git a/lib/stdlib/test/zip_SUITE_data/abc.txt b/lib/stdlib/test/zip_SUITE_data/abc.txt new file mode 100644 index 0000000000..da0202e539 --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/abc.txt @@ -0,0 +1,23 @@ +Introduction + +abc is a language designed to notate tunes in an ascii +format. It was designed primarily for folk and traditional tunes of +Western European origin (such as English, Irish and Scottish) which +can be written on one stave in standard classical notation. However, +it is extendible to many other types of music and recently Steve Allen +has coded Beethoven's Symphony No. 7, Movement 2 in abc! Since its +introduction at the end of 1991 it has become very popular and there +now exist several Windows, Mac, Palmtop and UNIX based tools which can +read abc notation and either process it into staff notation or play it +through the speakers of a computer. + +One of the most important aims of abc notation, and perhaps one that +distinguishes it from most, if not all, computer-readable musical +languages is that it can be easily read by humans. In other words, +with a little practice, it is possible to play a tune directly from +the abc notation without having to process and print it out. Even if +this isn't of interest, the resulting clarity of the notation makes it +fairly easy to notate tunes. In addition, the ability to write music +in abc notation means that it can be easily and portably stored or +transported electronically hence enabling the discussion and +dissemination of music via email.
\ No newline at end of file diff --git a/lib/stdlib/test/zip_SUITE_data/abc.zip b/lib/stdlib/test/zip_SUITE_data/abc.zip Binary files differnew file mode 100644 index 0000000000..e78558f9a5 --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/abc.zip diff --git a/lib/stdlib/test/zip_SUITE_data/bad_central_directory.zip b/lib/stdlib/test/zip_SUITE_data/bad_central_directory.zip Binary files differnew file mode 100644 index 0000000000..ae92173f71 --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/bad_central_directory.zip diff --git a/lib/stdlib/test/zip_SUITE_data/bad_crc.zip b/lib/stdlib/test/zip_SUITE_data/bad_crc.zip Binary files differnew file mode 100644 index 0000000000..1cfae6c0c5 --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/bad_crc.zip diff --git a/lib/stdlib/test/zip_SUITE_data/bad_eocd.zip b/lib/stdlib/test/zip_SUITE_data/bad_eocd.zip Binary files differnew file mode 100644 index 0000000000..c40ca4f85c --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/bad_eocd.zip diff --git a/lib/stdlib/test/zip_SUITE_data/bad_file_header.zip b/lib/stdlib/test/zip_SUITE_data/bad_file_header.zip Binary files differnew file mode 100644 index 0000000000..4b14a0eb34 --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/bad_file_header.zip diff --git a/lib/stdlib/test/zip_SUITE_data/emptyFile b/lib/stdlib/test/zip_SUITE_data/emptyFile new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/emptyFile diff --git a/lib/stdlib/test/zip_SUITE_data/quotes/rain.txt b/lib/stdlib/test/zip_SUITE_data/quotes/rain.txt new file mode 100644 index 0000000000..19946d2f0e --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/quotes/rain.txt @@ -0,0 +1 @@ +The rain in Spain stays mainly in the plain diff --git a/lib/stdlib/test/zip_SUITE_data/test.jar b/lib/stdlib/test/zip_SUITE_data/test.jar Binary files differnew file mode 100644 index 0000000000..53b9939c0b --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/test.jar diff --git a/lib/stdlib/test/zip_SUITE_data/test.txt b/lib/stdlib/test/zip_SUITE_data/test.txt new file mode 100644 index 0000000000..0c452d43fb --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/test.txt @@ -0,0 +1 @@ +Lorem Ipsum osv osv
\ No newline at end of file diff --git a/lib/stdlib/test/zip_SUITE_data/wikipedia.txt b/lib/stdlib/test/zip_SUITE_data/wikipedia.txt new file mode 100644 index 0000000000..83ebb6fbf9 --- /dev/null +++ b/lib/stdlib/test/zip_SUITE_data/wikipedia.txt @@ -0,0 +1,30 @@ +The ZIP file format is a popular lossless data compression and +archival format. A ZIP file contains one or more files that have been +compressed, to reduce their file size, or stored as-is. A number of +compression algorithms are permitted in zip files but as of 2008 only +DEFLATE is widely used and supported. + +The format was originally evolved by Phil Katz for PKZIP from the +previous ARC compression format by Thom Henderson. However, many +software utilities other than PKZIP itself are now available to +create, modify, or open (unzip, decompress) ZIP files, notably WinZip, +BOMArchiveHelper, KGB Archiver, PicoZip, Info-ZIP, WinRAR, IZArc, +7-Zip, ALZip, TUGZip, PeaZip, Universal Extractor and Zip +Genius. Microsoft has included built-in ZIP support (under the name +"compressed folders") in later versions of its Windows operating +system. Apple has included built-in ZIP support in Mac OS X 10.3 and +later via the BOMArchiveHelper utility. + +ZIP files generally use the file extensions ".zip" or ".ZIP" and the +MIME media type application/zip. Some software uses the ZIP file +format as a wrapper for a large number of small items in a specific +structure. Generally when this is done a different file extension is +used. Examples of this usage are Java JAR files, id Software .pk3/.pk4 +files, package files for StepMania and Winamp/Windows Media Player +skins, XPInstall, as well as OpenDocument and Office Open XML office +formats. Both OpenDocument and Office Open XML formats use the JAR +file format internally, so files can be easily uncompressed and +compressed using tools for ZIP files. Google Earth makes use of KMZ +files, which are just KML files in ZIP format. Mozilla Firefox Add-ons +are zip files with extension "xpi". Nokia's mobile phone themes are +zipped with extension "nth". |