This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 96541 - Error in stable test suite
Summary: Error in stable test suite
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jindrich Sedek
URL: http://test4u.czech.sun.com/test4u-us...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-02-26 08:45 UTC by Marian Mirilovic
Modified: 2007-03-01 07:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2007-02-26 08:45:25 UTC
The only one stable test from ui/logger module is failing with Error :

org.netbeans.jemmy.TimeoutExpiredException: Dialog with title "Report Problem"
	at org.netbeans.jemmy.Waiter.waitAction(Waiter.java:147)
	at org.netbeans.jemmy.WindowWaiter.waitWindow(WindowWaiter.java:412)
	at org.netbeans.jemmy.WindowWaiter.waitWindow(WindowWaiter.java:202)
	at org.netbeans.jemmy.DialogWaiter.waitDialog(DialogWaiter.java:315)
	at
org.netbeans.jemmy.operators.JDialogOperator.waitJDialog(JDialogOperator.java:591)
	at org.netbeans.jemmy.operators.JDialogOperator.<init>(JDialogOperator.java:75)
	at org.netbeans.jemmy.operators.JDialogOperator.<init>(JDialogOperator.java:191)
	at org.netbeans.jemmy.operators.JDialogOperator.<init>(JDialogOperator.java:208)
	at org.netbeans.jemmy.operators.JDialogOperator.<init>(JDialogOperator.java:223)
	at org.netbeans.jellytools.NbDialogOperator.<init>(NbDialogOperator.java:51)
	at
org.netbeans.modules.uihandler.test.FunctionalTest$ReportDialogOperator.<init>(FunctionalTest.java:156)
	at
org.netbeans.modules.uihandler.test.FunctionalTest.textExceptionThrown(FunctionalTest.java:65)
	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:597)
	at junit.framework.TestCase.runTest(TestCase.java:164)
	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:59)
	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:285)
	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:223)
	at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:301)
	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:164)
	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.ide.MainWithExec.run(MainWithExec.java:85)
	at org.netbeans.xtest.plugin.ide.Main$3.run(Main.java:300)
	at java.lang.Thread.run(Thread.java:619)

see URL
Comment 1 Jindrich Sedek 2007-02-26 11:50:57 UTC
fixed. 

IDE: [2/26/07 12:50 PM] Committing started
Checking in cfg-qa-functional.xml;
/cvs/logger/uihandler/test/cfg-qa-functional.xml,v  <--  cfg-qa-functional.xml
new revision: 1.2; previous revision: 1.1
done
Checking in build.xml;
/cvs/logger/uihandler/test/build.xml,v  <--  build.xml
new revision: 1.2; previous revision: 1.1
done
IDE: [2/26/07 12:50 PM] Committing finished
Comment 2 Marian Mirilovic 2007-03-01 07:33:09 UTC
v/c