* Case 2_2s. Tests the behavior of two, two-arg setCurrent calls, where
* the alert in question is the same in both cases.
*/
void test2_2s() {
final Alert alert = makeAlert("alert");
final LcduiTestCanvas cv1 = new LcduiTestCanvas();
final LcduiTestCanvas cv2 = new LcduiTestCanvas();
dpy.setCurrent(alert, cv1);
scl.await();
checkCurrent("alert", alert, true);
checkCurrent("cv1", cv1, false);