From b45df9d6a73d97671cbdd38d77e9b153a80fb458 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Tue, 5 May 2015 11:36:40 -0400 Subject: Tests: Add NodeResolver unittests Minor misc. NodeResolver cleanups Prefix faux content type constants for testing with t_ to avoid confusion or name collisions --- src/unittest/test.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/unittest/test.h') diff --git a/src/unittest/test.h b/src/unittest/test.h index c9a5a2e9a..8219e30fc 100644 --- a/src/unittest/test.h +++ b/src/unittest/test.h @@ -124,9 +124,12 @@ public: }; // A few item and node definitions for those tests that need them -extern content_t CONTENT_STONE; -extern content_t CONTENT_GRASS; -extern content_t CONTENT_TORCH; +extern content_t t_CONTENT_STONE; +extern content_t t_CONTENT_GRASS; +extern content_t t_CONTENT_TORCH; +extern content_t t_CONTENT_WATER; +extern content_t t_CONTENT_LAVA; +extern content_t t_CONTENT_BRICK; void run_tests(); -- cgit v1.2.3