Unit tests now test FilePager.

This commit is contained in:
Daviw Williams
2013-06-28 16:16:08 +02:00
parent 839f366174
commit e38aa3b1b9
3 changed files with 18 additions and 4 deletions

View File

@ -66,6 +66,8 @@ private slots:
private:
PolyVox::Compressor* m_pCompressor;
PolyVox::FilePager<int32_t>* m_pFilePager;
PolyVox::RawVolume<int32_t>* m_pRawVolume;
PolyVox::SimpleVolume<int32_t>* m_pSimpleVolume;
PolyVox::LargeVolume<int32_t>* m_pLargeVolume;