X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fworld%2FChunkTest.cpp;fp=tst%2Fworld%2FChunkTest.cpp;h=c8dac8319f30835cbacf20a6b9c3d4391db1531a;hb=695918769a616db82dbebb987ea91f3204dee8a9;hp=6db245a2d7d5cd58182c0cef956abaa3c85745fa;hpb=46b18a88fdda816f3c2c547aba68b0a5ea7970f7;p=blank.git diff --git a/tst/world/ChunkTest.cpp b/tst/world/ChunkTest.cpp index 6db245a..c8dac83 100644 --- a/tst/world/ChunkTest.cpp +++ b/tst/world/ChunkTest.cpp @@ -450,10 +450,6 @@ void ChunkTest::testLightPropagation() { // now block the light to the left chunk->SetBlock(Chunk::Pos(6, 7, 7), Block(1)); - CPPUNIT_ASSERT_EQUAL_MESSAGE( - "non-zero light level in solid block", - 0, chunk->GetLight(Chunk::Pos(6, 7, 7)) - ); CPPUNIT_ASSERT_EQUAL_MESSAGE( "adding obstacle affected unrelated index", 5, chunk->GetLight(Chunk::Pos(7, 7, 7))