Skip to content

Commit 778108c

Browse files
committed
code style
1 parent 67846d3 commit 778108c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/test/java/org/htmlunit/libraries/MochiKitTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ public void domSafari() throws Exception {
8686
doTest("DOM-Safari");
8787
}
8888

89-
/**
90-
* @throws Exception if the test fails
91-
*/
89+
// /**
90+
// * @throws Exception if the test fails
91+
// */
9292
// have to investigate why this fails in HtmlUnit
9393
// @Test
94-
public void dragAndDrop() throws Exception {
95-
doTest("DragAndDrop");
96-
}
94+
// public void dragAndDrop() throws Exception {
95+
// doTest("DragAndDrop");
96+
// }
9797

9898
/**
9999
* @throws Exception if the test fails

0 commit comments

Comments
 (0)