diff --git a/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java b/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java index 536cfd2204..daeb60e151 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java @@ -142,7 +142,7 @@ public void testCoolItemAfterZooming() { assertEquals("Width of a Item should be greater after zooming to 200", xBeforeZoom * 2, xAfterZoom); - assertTrue("Height of a Item should be greater after zooming to 200", xBeforeZoom < xAfterZoom); + assertTrue("Height of a Item should be greater after zooming to 200", yBeforeZoom < yAfterZoom); } @Test