diff --git a/tests/testvolume.cpp b/tests/testvolume.cpp index 03a35b53..2bd15cbd 100644 --- a/tests/testvolume.cpp +++ b/tests/testvolume.cpp @@ -271,8 +271,8 @@ TestVolume::TestVolume() { Region region(-57, -31, 12, 64, 96, 131); // Deliberatly awkward size - m_pCompressor = new RLECompressor; - //m_pCompressor = new MinizCompressor; + //m_pCompressor = new RLECompressor; + m_pCompressor = new MinizCompressor; //Create the volumes m_pRawVolume = new RawVolume(region);