浏览代码

Update TESTCASES.md

Garrett Johnson 5 年之前
父节点
当前提交
3582b288e8
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      TESTCASES.md

+ 13 - 0
TESTCASES.md

@@ -224,3 +224,16 @@ Verify that an error is logged stating that the tileset could not be found just
 #### expected
 #### expected
 
 
 Verify an error is logged stating that the root tile content could not be loaded, that the stats state that is 1 tile that failed, that "downloads" and "parsing" eventually settle to 0, and that child tiles continue to render.
 Verify an error is logged stating that the root tile content could not be loaded, that the stats state that is 1 tile that failed, that "downloads" and "parsing" eventually settle to 0, and that child tiles continue to render.
+
+## Verify that the tileset will render when a tile with no content is present
+
+#### steps
+
+1. Temporarily remove the content field from the root tile in the sample tileset.json.
+1. Open the kitchen sink example.
+1. Set the error threshold as high as it goes.
+1. Click rebuild.
+
+#### expected
+
+Verify that the tileset still renders correctly.