Beispiel #1
0
  protected void doTearDown() throws Exception {
    try {
      s1.close();
    } catch (Exception e) {
      // ignore
    }
    try {
      s2.close();
    } catch (Exception e) {
      // ignore
    }

    super.doTearDown();
  }