summaryrefslogtreecommitdiff
path: root/test/nbttest.cpp
diff options
context:
space:
mode:
authorljfa-ag <ljfa-ag@web.de>2015-07-12 12:29:25 +0200
committerljfa-ag <ljfa-ag@web.de>2015-07-12 12:29:25 +0200
commitbd8ac94ccb071ffb4cc16b3fb514e789ca1f866d (patch)
tree4fb66e697bf5a5898f35541a0ef5e6264e5e9506 /test/nbttest.cpp
parent125c0c3acbac2b1aabdcc6d2b7f1a84c16d4b38e (diff)
downloadProject-Tick-bd8ac94ccb071ffb4cc16b3fb514e789ca1f866d.tar.gz
Project-Tick-bd8ac94ccb071ffb4cc16b3fb514e789ca1f866d.zip
Create tag_list
Diffstat (limited to 'test/nbttest.cpp')
-rw-r--r--test/nbttest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nbttest.cpp b/test/nbttest.cpp
index f4d0405273..f24b25f5f6 100644
--- a/test/nbttest.cpp
+++ b/test/nbttest.cpp
@@ -32,7 +32,7 @@ void test_get_type()
ASSERT(tag_double().get_type() == tag_type::Double);
//ASSERT(tag_byte_array().get_type() == tag_type::Byte_Array);
ASSERT(tag_string().get_type() == tag_type::String);
- //ASSERT(tag_list().get_type() == tag_type::List);
+ ASSERT(tag_list().get_type() == tag_type::List);
ASSERT(tag_compound().get_type() == tag_type::Compound);
//ASSERT(tag_int_array().get_type() == tag_type::Int_Array);
std::clog << "test_get_type passed" << std::endl;