Fixed behavior of SimpleVolumeSampler.inl

This commit is contained in:
Daviw Williams
2012-12-18 14:34:36 +01:00
parent c0d4b2a36f
commit 2a12bcd6d6
2 changed files with 42 additions and 28 deletions

View File

@ -321,12 +321,12 @@ void TestVolume::testSimpleVolumeDirectAccess()
void TestVolume::testSimpleVolumeSamplers()
{
/*int32_t result = 0;
int32_t result = 0;
QBENCHMARK
{
result = testSamplersWithWrapping(m_pSimpleVolume);
}
QCOMPARE(result, static_cast<int32_t>(-601818385)); //FXME - Wrong value?!*/
QCOMPARE(result, static_cast<int32_t>(-928601007));
}
void TestVolume::testLargeVolumeDirectAccess()