소스 검색

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
 
 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.