summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-24 13:44:07 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-24 13:44:07 +0200
commit87554408ca667bfb86a6472d4835a893e457c0ba (patch)
treede370dcae827065ae5df4ff2db772d6f67596f97
parent7274b82ef4a19a87b794fd0642a34a18eb9a4b96 (diff)
downloadminetest-87554408ca667bfb86a6472d4835a893e457c0ba.tar.gz
minetest-87554408ca667bfb86a6472d4835a893e457c0ba.tar.bz2
minetest-87554408ca667bfb86a6472d4835a893e457c0ba.zip
forgot old water unit tests
-rw-r--r--src/test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test.cpp b/src/test.cpp
index 1a172e4f5..d3c17f70c 100644
--- a/src/test.cpp
+++ b/src/test.cpp
@@ -268,6 +268,7 @@ struct TestVoxelManipulator
assert(v.getNode(v3s16(-1,0,-1)).d == 2);
EXCEPTION_CHECK(InvalidPositionException, v.getNode(v3s16(0,1,1)));
+#if 0
/*
Water stuff
*/
@@ -332,6 +333,7 @@ struct TestVoxelManipulator
dstream<<"Final result of flowWater:"<<std::endl;
v.print(dstream, VOXELPRINT_WATERPRESSURE);
+#endif
//assert(0);
}