Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
in c++ this is the test data = {APP_ACTIVE_OPEN,RCV_SYN_ACK,RCV_FIN,APP_PASSIVE_OPEN,RCV_SYN,RCV_ACK,APP_ACTIVE_OPEN,RCV_SYN_ACK,RCV_FIN,APP_CLOSE,APP_ACTIVE_OPEN,APP_PASSIVE_OPEN,RCV_SYN,RCV_ACK,APP_CLOSE,APP_SEND,APP_PASSIVE_OPEN,RCV_SYN,RCV_ACK,APP_CLOSE,RCV_FIN_ACK,APP_TIMEOUT,APP_ACTIVE_OPEN,RCV_SYN,APP_CLOSE,RCV_FIN,RCV_ACK}
it should be ERROR because it tries to do CLOSE_WAIT : APP_PASSIVE_OPEN which is undefined in the FSM diagram, instead the test case expects it to be TIME_WAIT