diff options
author | Camil Staps | 2017-10-05 16:22:10 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-05 16:22:24 +0200 |
commit | 1cf3bad47bf0340050fd290f1f9535dcc8655751 (patch) | |
tree | d277e6ab96480d84d13bba2e3428ba8ce396364e /assignments/assignment1-test-run.txt | |
parent | Test results (diff) |
Add more tests
Diffstat (limited to 'assignments/assignment1-test-run.txt')
-rw-r--r-- | assignments/assignment1-test-run.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assignments/assignment1-test-run.txt b/assignments/assignment1-test-run.txt index 06c460f..2ddcec4 100644 --- a/assignments/assignment1-test-run.txt +++ b/assignments/assignment1-test-run.txt @@ -2,6 +2,18 @@ Test: "Normal Legal Game" passed ################################################## Test: "Two Games, single file" passed ################################################## +Test: "Illegal move by Bishop" failed +InvalidMove | NoParse +################################################## +Test: "Illegal move by Knight" failed +InvalidMove | NoParse +################################################## +Test: "Illegal move by Queen" failed +InvalidMove | NoParse +################################################## +Test: "Double jump forward" failed +InvalidMove | NoParse +################################################## Test: "Double Castling on Kingside" passed ################################################## Test: "White Moving Black piece" failed |