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