From: Ian Jackson Date: Sun, 14 Mar 2021 10:06:25 +0000 (+0000) Subject: hidden tests: Some todos X-Git-Tag: otter-0.4.0~80 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c7b61cf5ae2d1f3adc334dee75de74bde8561dda;p=otter.git hidden tests: Some todos Signed-off-by: Ian Jackson --- diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index e63aaa45..1764b173 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -519,7 +519,7 @@ impl Ctx { } // ^ also do the above after alice has grasped and moved - // but not yet released. currently this is buggy + // but not yet released. currently this is buggy xxx for (xi, &p) in a_pawns.iter().enumerate().take(1) { let xix: Coord = xi.try_into().unwrap(); @@ -542,9 +542,7 @@ impl Ctx { alice.synchu(&mut a_pieces)?; bob.synchu(&mut b_pieces)?; - // to repro a bug, have Alice move the black pawn out again - // observe yellow highlight in bob's view and black pawn is in wrong - // place + // xxx check that the right thing happened } }