Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 3, 2023
1 parent 67846d3 commit 778108c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/test/java/org/htmlunit/libraries/MochiKitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ public void domSafari() throws Exception {
doTest("DOM-Safari");
}

/**
* @throws Exception if the test fails
*/
// /**
// * @throws Exception if the test fails
// */
// have to investigate why this fails in HtmlUnit
// @Test
public void dragAndDrop() throws Exception {
doTest("DragAndDrop");
}
// public void dragAndDrop() throws Exception {
// doTest("DragAndDrop");
// }

/**
* @throws Exception if the test fails
Expand Down

0 comments on commit 778108c

Please sign in to comment.