From a43b0ff7396f0184f4e120652f1ca20246795613 Mon Sep 17 00:00:00 2001 From: zmiao Date: Fri, 23 Aug 2019 15:10:27 +0300 Subject: update test --- test/gl/bucket.test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/gl/bucket.test.cpp b/test/gl/bucket.test.cpp index 10c3596390..a3dbdb8f99 100644 --- a/test/gl/bucket.test.cpp +++ b/test/gl/bucket.test.cpp @@ -127,6 +127,8 @@ TEST(Buckets, SymbolBucket) { ASSERT_FALSE(bucket.hasTextData()); ASSERT_FALSE(bucket.hasIconCollisionBoxData()); ASSERT_FALSE(bucket.hasTextCollisionBoxData()); + ASSERT_FALSE(bucket.hasIconCollisionCircleData()); + ASSERT_FALSE(bucket.hasTextCollisionCircleData()); ASSERT_FALSE(bucket.hasData()); ASSERT_FALSE(bucket.needsUpload()); -- cgit v1.2.1