Bug 210 - Check Run and check group do not handle tileSet size <3
Summary: Check Run and check group do not handle tileSet size <3
Status: RESOLVED FIXED
Alias: None
Product: Gp10
Classification: Unclassified
Component: java (show other bugs)
Version: unspecified
Hardware: PC Mac OS
: --- critical
Assignee: whng28-c
URL:
Depends on:
Blocks:
 
Reported: 2017-11-26 02:04 HKT by whng28-c
Modified: 2017-11-26 02:04 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description whng28-c 2017-11-26 02:04:08 HKT
1. Create a TileSet class with 2 tiles
2. Use the method of checkRun() or checkGroup in TileSet class to check if it is valid or not

Expected:
- invalid, return false, a tile set should have tile set size of at least 3.

Actual:
- valid, return true