From c7b61cf5ae2d1f3adc334dee75de74bde8561dda Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Mar 2021 10:06:25 +0000 Subject: [PATCH] hidden tests: Some todos Signed-off-by: Ian Jackson --- apitest/at-otter.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 } } -- 2.30.2