Skip to content

Commit

Permalink
Removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Tolf Tolfsen committed May 18, 2012
1 parent 4e3faa0 commit a78d280
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/com/opera/core/systems/MouseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ public void beforeEach() {
assertEquals(0, getMonitor().downs());
}

/*
@After
public void afterEach() {
// Make sure we always release the mouse button after a test
getMouse().mouseUp(test.getCoordinates());
}
*/

@Test
public void mouseMoveIsRecognizedVisually() {
getMouse().mouseMove(test.getCoordinates());
Expand Down

0 comments on commit a78d280

Please sign in to comment.