summaryrefslogtreecommitdiff
path: root/assignments/assignment1-test-run.txt
diff options
context:
space:
mode:
authorErin van der Veen2017-10-16 15:14:00 +0200
committerErin van der Veen2017-10-16 15:14:00 +0200
commit4b2ff4fbc734b8849b58730a52281938c7d5c7e5 (patch)
tree9a1e541ad21b63343c96833cd89c5520276eb7d3 /assignments/assignment1-test-run.txt
parentArgue about coverage (diff)
Move assignment1 to own dir; Setup assignment2.tex; Add 4 hypotheses of Rivest Shapir
Diffstat (limited to 'assignments/assignment1-test-run.txt')
-rw-r--r--assignments/assignment1-test-run.txt63
1 files changed, 0 insertions, 63 deletions
diff --git a/assignments/assignment1-test-run.txt b/assignments/assignment1-test-run.txt
deleted file mode 100644
index 2ddcec4..0000000
--- a/assignments/assignment1-test-run.txt
+++ /dev/null
@@ -1,63 +0,0 @@
-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
-InvalidMove | NoParse
-##################################################
-Test: "Castling both Queen and Kingside" passed
-##################################################
-Test: "Taking En Passent on second move" failed
-InvalidMove | NoParse
-##################################################
-Test: "Mate when impossible" failed
-InvalidMove | rnbqkbnr
- > pppppppp
- > ........
- > ........
- > ....P...
- > ........
- > PPPP.PPP
- > RNBQKBNR
- >
-##################################################
-Test: "Castling Through Check" passed
-##################################################
-Test: "Castling In Check" failed
-InvalidMove | rnbqk.nr
- > pppp...p
- > ....ppp.
- > ........
- > .b......
- > ...P.NP.
- > PPP.PPBP
- > RNBQ.RK.
- >
-##################################################
-Test: ";-comment in {}-comment" passed
-##################################################
-Test: "Insufficient Material Draw" failed
-InvalidMove | ........
- > .....k..
- > ...b....
- > ........
- > ......K.
- > ........
- > ........
- > ........
- >
-##################################################