diff options
author | Xpol Wan <xpolife@gmail.com> | 2015-03-18 15:38:52 +0800 |
---|---|---|
committer | Xpol Wan <xpolife@gmail.com> | 2015-03-18 15:38:52 +0800 |
commit | 90586f6616b2b1c7cea67eaa64a8c79e1591a921 (patch) | |
tree | 342022bcd96c1400e171fb5171ff55f2a3332b60 /test | |
parent | bdf218bfa94abf353d662ee92674ca22a33f8f25 (diff) | |
parent | 88a903a50bd0e581b8886004402d41f44d2255e1 (diff) | |
download | luarocks-90586f6616b2b1c7cea67eaa64a8c79e1591a921.tar.gz luarocks-90586f6616b2b1c7cea67eaa64a8c79e1591a921.tar.bz2 luarocks-90586f6616b2b1c7cea67eaa64a8c79e1591a921.zip |
Merge branch 'master' of https://github.com/keplerproject/luarocks
Diffstat (limited to 'test')
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 | |||