Skip to content

Commit

Permalink
Recanonize UCI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alex65536 committed Aug 6, 2023
1 parent ce0af8b commit 590f07b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bot_api/clients/test/uci_out1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ E Error [UCI server]: Expected "startpos" or "fen", found "r1bqk1nr/pppp1ppp/2n5
I position fen r1bqk1nr/pppp1ppp/2n5/2b1p3/2B1P3/5N2/PPPP1PPP/RNBQK2R w KQkq - 4 4 moves
E setPosition(r1bqk1nr/pppp1ppp/2n5/2b1p3/2B1P3/5N2/PPPP1PPP/RNBQK2R w KQkq - 4 4)
I position startpos moves g2g4 e7e5 f2f3 d8h5 a2a3
E Error [UCI server]: Move "d8h5" is invalid
E Error [UCI server]: Move "d8h5" is illegal
I position startpos moves g2g4 e7e5 f2f3 d8h4 a2a3
E Error [UCI server]: Move "a2a3" is not legal
E Error [UCI server]: Move "a2a3" is illegal
I position startpos
E setPosition(rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1)
I position startpos moves moves
E Error [UCI server]: Move "moves" is invalid
E Error [UCI server]: Move "moves" is illegal
I position fen rnbq1bnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1 moves
E Error [UCI server]: Position "rnbq1bnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1" is invalid: One of the sides doesn't have a king
I position startpos moves
Expand Down

0 comments on commit 590f07b

Please sign in to comment.