From 1cf3bad47bf0340050fd290f1f9535dcc8655751 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 5 Oct 2017 16:22:10 +0200 Subject: Add more tests --- assignments/assignment1-test-run.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'assignments/assignment1-test-run.txt') 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 -- cgit v1.2.3