113114115116117118119120121122123
assertTrue(b[i] == TEST_DATA); } } complete.set(true); synchronized(complete){ complete.notify(); } } catch (Exception ex) { ex.printStackTrace(); }