Open ivoysey opened 7 years ago
well, really not just l1
, right? the question is "for all waypoints w
, what should the response be when told to go from w
to w
?"
true, that was an example. I actually discovered it on l6
Here is the logic I've intuited that LL is using:
In my view, that's their automated procedure to approximate what is a good test is. One could argue that a corner case is also a good test (but perhaps not a very interesting one).
It's strange for us to manipulate their procedure into excluding tests that are a priori good.
More specifically: what should be the response of the base case when told to go from l1 to l1? Is it appropriate to fail?