chiark / gitweb /
hidden tests: Some todos
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Mar 2021 10:06:25 +0000 (10:06 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Mar 2021 10:06:25 +0000 (10:06 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs

index e63aaa45461d1712e4aef36a46874557b1681d6a..1764b17324cb71b65faf8405f41281066cab53eb 100644 (file)
@@ -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
   }
 }