Skip to content

Commit

Permalink
Added tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed Jun 21, 2015
1 parent ad159b5 commit 3effb9c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ public void run() {
fail();
} catch (ArrayIndexOutOfBoundsException ignore) {
}
try {
adapter.getItem(1);
fail();
} catch (ArrayIndexOutOfBoundsException ignore) {
}
}
});
}
Expand Down

0 comments on commit 3effb9c

Please sign in to comment.