Test Suite org.openide.explorer.ExplorerPanelTest

Summary:

Total testsExpected PassesUnexpected PassesExpected FailsUnexpected FailsErrorsSuccess RateRun(when)Time(ms)
32001066.67%2004-03-07 16:09:06.653150


Individual Tests:

NameStatusMessageWorkdirTime(ms)
testCutCopyActionsEnablingpass No 1237
testDeleteActionpass No 208
testPasteActionfailFlavors are the same expected:<[java.awt.datatransfer.DataFlavor[mimetype=application/x-java-serialized-object;representationclass=java.lang.String], java.awt.datatransfer.DataFlavor[mimetype=text/plain;representationclass=java.io.InputStream;charset=unicode]]> but was:<[java.awt.datatransfer.DataFlavor[mimetype=application/x-java-openide-nodednd;representationclass=org.openide.nodes.Node]]> No 62


Details for failed test/tests with errors:


testPasteAction:
      junit.framework.AssertionFailedError: Flavors are the same expected:<[java.awt.datatransfer.DataFlavor[mimetype=application/x-java-serialized-object;representationclass=java.lang.String], java.awt.datatransfer.DataFlavor[mimetype=text/plain;representationclass=java.io.InputStream;charset=unicode]]> but was:<[java.awt.datatransfer.DataFlavor[mimetype=application/x-java-openide-nodednd;representationclass=org.openide.nodes.Node]]>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at org.openide.explorer.ExplorerPanelTest.assertTranferables(ExplorerPanelTest.java:287)
	at org.openide.explorer.ExplorerPanelTest.testPasteAction(ExplorerPanelTest.java:230)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at org.netbeans.junit.NbTestCase.run(NbTestCase.java:119)
	at org.openide.explorer.ExplorerPanelTest.access$001(ExplorerPanelTest.java:48)
	at org.openide.explorer.ExplorerPanelTest$1.run(ExplorerPanelTest.java:80)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)