Test Suite org.netbeans.api.db.explorer.support.DatabaseExplorerUIsTest

go back to testbag

Summary:

Total testsExpected PassesUnexpected PassesExpected FailsUnexpected FailsErrorsSuccess RateRun(when)Time(ms)
21001050.00%2007-10-04 14:19:58.2275404


Individual Tests:

NameStatusMessageWorkdirTime(ms)
testEmptyComboboxContentpass No 4359
testComboboxWithConnectionsfailexpected same:<DatabaseConnection[name='db [dbuser on dbschema]']> was not:<DatabaseConnection[name='db [dbuser on dbschema]']> No 843


Details for failed test/tests with errors:


testComboboxWithConnections:
      junit.framework.AssertionFailedError: expected same:<DatabaseConnection[name='db [dbuser on dbschema]']> was not:<DatabaseConnection[name='db [dbuser on dbschema]']>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotSame(Assert.java:276)
	at junit.framework.Assert.assertSame(Assert.java:239)
	at junit.framework.Assert.assertSame(Assert.java:246)
	at org.netbeans.api.db.explorer.support.DatabaseExplorerUIsTest.testComboboxWithConnections(DatabaseExplorerUIsTest.java:89)
	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:585)
	at junit.framework.TestCase.runTest(TestCase.java:164)
	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:60)
	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:291)
	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:229)
	at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:307)
	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:120)
	at org.netbeans.junit.NbTestCase.run(NbTestCase.java:169)
	at junit.framework.TestSuite.runTest(TestSuite.java:230)
	at junit.framework.TestSuite.run(TestSuite.java:225)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:169)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:124)
	at org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:60)