Fixed test failure. Now that the default Eclipse window size has changed, one of the drop locations moved causing test failures.
diff --git a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTest.java b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTest.java
index fc7e6a2..a13493a 100644
--- a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTest.java
+++ b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTest.java
@@ -77,6 +77,16 @@
  * using a dash "-".  All drag tests are done in the Drag Test Perspective.
  * </p>
  * <p>
+ * The initial layout is:
+ * </p>
+ * <p></p>
+ * <p>
+ * layout (((Navigator)|(layout ((Mock Editor 1, Mock Editor 2)|(Mock Editor 2))))-(Outline, Problems, Properties))
+ * </p>
+ * <p>
+ * Where editor 0 is "Mock Editor 1", and editors 1 and 2 are shown as "Mock Editor 2".
+ * </p>
+ * <p>
  * If you see a message like "dragtests.xml is out of date", this indicates that new tests
  * were added without describing their intended behavior in dragtests.xml. In that case, ensure that
  * there are currently no failures and regenerate dragtests.xml as described below.
diff --git a/tests/org.eclipse.ui.tests/data/dragtests.xml b/tests/org.eclipse.ui.tests/data/dragtests.xml
index 820293e..071bb17 100644
--- a/tests/org.eclipse.ui.tests/data/dragtests.xml
+++ b/tests/org.eclipse.ui.tests/data/dragtests.xml
@@ -6,7 +6,7 @@
 <test name="drag editor 0 to top of window" result="layout (((Navigator)|(layout ((Mock Editor 1)-((Mock Editor 2)|(Mock Editor 2)))))-(Outline, Problems, Properties))"/>
 <test name="drag maximized Problems folder to top of window" result="layout ((Outline, Problems, Properties)-((Navigator)|(layout ((Mock Editor 1, Mock Editor 2)|(Mock Editor 2)))))"/>
 <test name="drag Problems to top of editor area" result="layout (((Navigator)|((Problems)-(layout ((Mock Editor 1, Mock Editor 2)|(Mock Editor 2)))))-(Outline, Properties))"/>
-<test name="drag editor 0 to top of editor 2" result="layout (((Navigator)|(layout ((Mock Editor 2)|(Mock Editor 1, Mock Editor 2))))-(Outline, Problems, Properties))"/>
+<test name="drag editor 0 to top of editor 2" result="layout (((Navigator)|(layout ((Mock Editor 2)|((Mock Editor 1)-(Mock Editor 2)))))-(Outline, Problems, Properties))"/>
 <test name="drag maximized Navigator to top of window" result="layout ((Navigator)-((layout ((Mock Editor 1, Mock Editor 2)|(Mock Editor 2)))-(Outline, Problems, Properties)))"/>
 <test name="drag editor 0 folder to bottom of editor 2" result="layout (((Navigator)|(layout ((Mock Editor 2)-(Mock Editor 1, Mock Editor 2))))-(Outline, Problems, Properties))"/>
 <test name="drag maximized Navigator to right of Problems" result="layout ((layout ((Mock Editor 1, Mock Editor 2)|(Mock Editor 2)))-((Outline, Problems, Properties)|(Navigator)))"/>