functional/ControlsTests/test/javafx/scene/control/test/tableview/TableViewTest.java

Print this page

        

@@ -141,11 +141,10 @@
 
     /**
      * Checks that sort works for the column. According to the spec there are
      * three states of sorting and all of them are checked
      *
-     * http://xdesign.us.oracle.com/projects/javaFX/fxcontrols-ue/specifications/treetable/treetable.html#sorting
      */
     @Smoke
     @Test(timeout = 300000)
     public void columnSortTest() throws Throwable {
         Wrap<? extends Node> columHeader = headerWrap.as(Parent.class, Node.class).lookup(Label.class, new ByText("field 0")).wrap();