diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 13:46:56 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 13:46:56 -0300 |
commit | c7a704a5c3df77be9af0d41e0cc9beab4f6f7f77 (patch) | |
tree | de2b891d76691f04f3e737069e842bea32a01c24 | |
parent | 463ee893b29c94b91e19d9a684ac4914d67c29a7 (diff) | |
download | luarocks-c7a704a5c3df77be9af0d41e0cc9beab4f6f7f77.tar.gz luarocks-c7a704a5c3df77be9af0d41e0cc9beab4f6f7f77.tar.bz2 luarocks-c7a704a5c3df77be9af0d41e0cc9beab4f6f7f77.zip |
Add test files that were not committed before.
4 files changed, 14 insertions, 0 deletions
diff --git a/test/testfiles/not_a_zipfile-1.0-1.src.rock b/test/testfiles/not_a_zipfile-1.0-1.src.rock new file mode 100644 index 00000000..e36f8bbe --- /dev/null +++ b/test/testfiles/not_a_zipfile-1.0-1.src.rock | |||
@@ -0,0 +1 @@ | |||
I am not a .zip file! | |||
diff --git a/test/testfiles/type_mismatch_string-1.0-1.rockspec b/test/testfiles/type_mismatch_string-1.0-1.rockspec new file mode 100644 index 00000000..7a607cfd --- /dev/null +++ b/test/testfiles/type_mismatch_string-1.0-1.rockspec | |||
@@ -0,0 +1,4 @@ | |||
1 | |||
2 | package="type_mismatch_version" | ||
3 | version=1.0 | ||
4 | |||
diff --git a/test/testfiles/type_mismatch_table-1.0-1.rockspec b/test/testfiles/type_mismatch_table-1.0-1.rockspec new file mode 100644 index 00000000..f348b798 --- /dev/null +++ b/test/testfiles/type_mismatch_table-1.0-1.rockspec | |||
@@ -0,0 +1,5 @@ | |||
1 | |||
2 | package="type_mismatch_table" | ||
3 | version="1.0-1" | ||
4 | |||
5 | source = "not a table" | ||
diff --git a/test/testfiles/type_mismatch_version-1.0-1.rockspec b/test/testfiles/type_mismatch_version-1.0-1.rockspec new file mode 100644 index 00000000..5e30dae6 --- /dev/null +++ b/test/testfiles/type_mismatch_version-1.0-1.rockspec | |||
@@ -0,0 +1,4 @@ | |||
1 | |||
2 | package="type_mismatch_version" | ||
3 | version="1.0" | ||
4 | |||