aboutsummaryrefslogtreecommitdiff
path: root/test/StormTest.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2025-10-11 09:07:22 +0200
committerLadislav Zezula <zezula@volny.cz>2025-10-11 09:07:22 +0200
commitb62de3c83fc146c4e8a05bde15d39e19588c28a4 (patch)
tree7bf081d5c6f342b304abc576f5ed380037800b3e /test/StormTest.cpp
parentd1aef907ffd8ea6f6ce04c5495b1cd350afc932a (diff)
Fixed issue #400
Diffstat (limited to 'test/StormTest.cpp')
-rwxr-xr-xtest/StormTest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index eb57ebf..e3a210e 100755
--- a/test/StormTest.cpp
+++ b/test/StormTest.cpp
@@ -1,4 +1,4 @@
-/*****************************************************************************/
+/*****************************************************************************/
/* StormTest.cpp Copyright (c) Ladislav Zezula 2003 */
/*---------------------------------------------------------------------------*/
/* Test module for StormLib */
@@ -3955,12 +3955,13 @@ static DWORD TestUtf8Conversions(const BYTE * szTestString, const TCHAR * szList
static void Test_PlayingSpace()
{
+/*
HANDLE hMpq;
HANDLE hFile;
LPBYTE pbData;
DWORD dwFileSize = 529298;
DWORD dwBytesRead = 0;
-/*
+
if(SFileOpenArchive(_T("e:\\2.mpq"), 0, 0, &hMpq))
{
if(SFileOpenFileEx(hMpq, "(listfile)", 0, &hFile))