Revert "Removing tests which depend on wrap modes, in preparation for removing the wrap modes themselves."

This reverts commit 917d3b8c95.
This commit is contained in:
David Williams
2015-02-28 09:59:28 +01:00
parent 416ae8eb7f
commit f262c0e8f5
3 changed files with 159 additions and 37 deletions

View File

@ -39,13 +39,21 @@ public:
private slots:
void testRawVolumeDirectAccessAllInternalForwards();
void testRawVolumeSamplersAllInternalForwards();
void testRawVolumeDirectAccessWithExternalForwards();
void testRawVolumeSamplersWithExternalForwards();
void testRawVolumeDirectAccessAllInternalBackwards();
void testRawVolumeSamplersAllInternalBackwards();
void testRawVolumeDirectAccessWithExternalBackwards();
void testRawVolumeSamplersWithExternalBackwards();
void testPagedVolumeDirectAccessAllInternalForwards();
void testPagedVolumeSamplersAllInternalForwards();
void testPagedVolumeDirectAccessWithExternalForwards();
void testPagedVolumeSamplersWithExternalForwards();
void testPagedVolumeDirectAccessAllInternalBackwards();
void testPagedVolumeSamplersAllInternalBackwards();
void testPagedVolumeDirectAccessWithExternalBackwards();
void testPagedVolumeSamplersWithExternalBackwards();
private:
PolyVox::FilePager<int32_t>* m_pFilePager;