Santamerina / wt-commons

Automatically exported from code.google.com/p/wt-commons
0 stars 0 forks source link

ResourceHelperMoveFileTest is failing on Eclipse 3.4 #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ResourceHelperMoveFileTest is failing on Eclipse 3.4

com.windowtester.runtime.WaitTimedOutException: Timed out waiting for
condition: 
class=com.windowtester.runtime.condition.IsVisibleCondition
expected=true
actual=false
    at
com.windowtester.runtime.swt.internal.UIContextSWT.wait(UIContextSWT.java:775)
    at
com.windowtester.runtime.swt.internal.UIContextSWT.wait(UIContextSWT.java:747)
    at
com.windowtester.runtime.swt.internal.UIContextSWT.wait(UIContextSWT.java:740)
    at
org.wtc.eclipse.platform.internal.helpers.impl.ResourceHelperImpl.moveFile(Resou
rceHelperImpl.java:984)
    at
org.wtc.eclipse.platform.tests.helpers.ResourceHelperMoveFileTest.test(ResourceH
elperMoveFileTest.java:41)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at junit.framework.TestCase.runTest(TestCase.java:164)
    at junit.framework.TestCase.runBare(TestCase.java:130)
    at
com.windowtester.runtime.common.UITestCaseCommon.access$001(UITestCaseCommon.jav
a:25)
    at
com.windowtester.runtime.common.UITestCaseCommon$2.run(UITestCaseCommon.java:136
)
    at
com.windowtester.runtime.common.UITestCaseCommon$3.run(UITestCaseCommon.java:157
)
    at
com.windowtester.internal.runtime.junit.core.SequenceRunner$1.run(SequenceRunner
.java:46)

Original issue reported on code.google.com by jhouston.mail@gmail.com on 9 Jun 2009 at 11:23

GoogleCodeExporter commented 9 years ago
Also getting the error on Eclipse 3.6. Trace follows:

com.windowtester.runtime.WaitTimedOutException: Timed out waiting for 
com.windowtester.runtime.condition.IsVisibleCondition@41d47b2b
    at com.windowtester.internal.swing.UIContextSwing.wait(UIContextSwing.java:181)
    at com.windowtester.internal.swing.UIContextSwing.wait(UIContextSwing.java:168)
    at com.windowtester.runtime.internal.AssertionHandler.waitFor(AssertionHandler.java:62)
    at com.windowtester.runtime.internal.AssertionHandler.assertThat(AssertionHandler.java:30)
    at com.windowtester.internal.runtime.UIContextCommon.assertThat(UIContextCommon.java:225)
    at test.AssertionTest.testAssertion(AssertionTest.java:39)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at junit.framework.TestCase.runTest(TestCase.java:164)
    at junit.framework.TestCase.runBare(TestCase.java:130)
    at com.windowtester.runtime.common.UITestCaseCommon.access$0(UITestCaseCommon.java:1)
    at com.windowtester.runtime.common.UITestCaseCommon$2.run(UITestCaseCommon.java:130)
    at com.windowtester.runtime.common.UITestCaseCommon$3.run(UITestCaseCommon.java:151)
    at com.windowtester.internal.runtime.junit.core.SequenceRunner$1.run(SequenceRunner.java:40)

Original comment by iviss...@gmail.com on 27 Jul 2011 at 9:51