Set tests to use MinizCompressor.
This commit is contained in:
parent
e4f1a5f0ce
commit
c3801db4e2
@ -271,8 +271,8 @@ TestVolume::TestVolume()
|
|||||||
{
|
{
|
||||||
Region region(-57, -31, 12, 64, 96, 131); // Deliberatly awkward size
|
Region region(-57, -31, 12, 64, 96, 131); // Deliberatly awkward size
|
||||||
|
|
||||||
m_pCompressor = new RLECompressor<int32_t, uint16_t>;
|
//m_pCompressor = new RLECompressor<int32_t, uint16_t>;
|
||||||
//m_pCompressor = new MinizCompressor;
|
m_pCompressor = new MinizCompressor;
|
||||||
|
|
||||||
//Create the volumes
|
//Create the volumes
|
||||||
m_pRawVolume = new RawVolume<int32_t>(region);
|
m_pRawVolume = new RawVolume<int32_t>(region);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user