Skip to content

Commit

Permalink
Updated assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
renas committed Feb 17, 2011
1 parent 0716193 commit 361f36f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ public void clickOnScreen(float x, float y) {
inst.sendPointerSync(event);
inst.sendPointerSync(event2);
}catch(SecurityException e){
Assert.assertTrue("Click can not be completed! Something is in the way e.g. the keyboard.", false);
Assert.assertTrue("Click can not be completed!", false);
}
}

Expand Down

0 comments on commit 361f36f

Please sign in to comment.