diff options
author | Ladislav <Zezula> | 2014-01-04 17:05:29 +0100 |
---|---|---|
committer | Ladislav <Zezula> | 2014-01-04 17:05:29 +0100 |
commit | 8bf322b6117a99136d978c192f845c45efe47efa (patch) | |
tree | e95baf4cba38d7caf849b56410cd8bfda922ccd0 /test | |
parent | 6cd009bc7cb60b4000e2267c7d100a3f0d9a42a0 (diff) |
+ Minor fix
Diffstat (limited to 'test')
-rw-r--r-- | test/Test.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Test.cpp b/test/Test.cpp index 4dce839..f3d4d5a 100644 --- a/test/Test.cpp +++ b/test/Test.cpp @@ -3552,6 +3552,10 @@ int main(int argc, char * argv[]) if(nError == ERROR_SUCCESS) nError = TestOpenArchive("part-file://MPQ_2010_v2_HashTableCompressed.MPQ.part"); + // Open the multi-file archive with wrong prefix to see how StormLib deals with it + if(nError == ERROR_SUCCESS) + nError = TestOpenArchive("flat-file://streaming/model.MPQ.0"); + // Open an archive that is merged with multiple files if(nError == ERROR_SUCCESS) nError = TestOpenArchive("blk4-file://streaming/model.MPQ.0"); |