diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-07-12 12:29:25 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-07-12 12:29:25 +0200 |
| commit | bd8ac94ccb071ffb4cc16b3fb514e789ca1f866d (patch) | |
| tree | 4fb66e697bf5a5898f35541a0ef5e6264e5e9506 /test | |
| parent | 125c0c3acbac2b1aabdcc6d2b7f1a84c16d4b38e (diff) | |
| download | Project-Tick-bd8ac94ccb071ffb4cc16b3fb514e789ca1f866d.tar.gz Project-Tick-bd8ac94ccb071ffb4cc16b3fb514e789ca1f866d.zip | |
Create tag_list
Diffstat (limited to 'test')
| -rw-r--r-- | test/nbttest.cpp | 2 |
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; |
