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 83251 - validation.IDEValidation.testWebApplication is failing on Win XP & JDK 6.0
Summary: validation.IDEValidation.testWebApplication is failing on Win XP & JDK 6.0
Status: CLOSED DUPLICATE of bug 78471
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@qa
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-08-23 08:38 UTC by Marian Mirilovic
Modified: 2006-08-23 10:14 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 2006-08-23 08:38:06 UTC
This test failed :
200608220000 
200608230000


http://ffjqa.czech/automatedtests/xtest/netbeans_5.5/200608230000/qa-functional_validation/qa-xp-s3/testrun_060823-054028/testbag_1/htmlresults/suites/TEST-validation.IDEValidation.html#testWebApplication

There is an exception :
org.netbeans.jemmy.JemmyException: No "drivers.scroll" driver registered for
org.netbeans.jemmy.operators.JSpinnerOperator class!
	at org.netbeans.jemmy.drivers.DriverManager.getDriver(DriverManager.java:141)
	at org.netbeans.jemmy.drivers.DriverManager.getScrollDriver(DriverManager.java:389)
	at org.netbeans.jemmy.operators.JSpinnerOperator.<init>(JSpinnerOperator.java:90)
	at org.netbeans.jemmy.operators.JSpinnerOperator.<init>(JSpinnerOperator.java:151)
	at validation.IDEValidation.testWebApplication(IDEValidation.java:1362)
	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:154)
	at org.netbeans.junit.NbTestCase.runTest(NbTestCase.java:178)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at org.netbeans.jellytools.JellyTestCase.runBare(JellyTestCase.java:116)
	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:111)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:167)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:118)
	at org.netbeans.xtest.plugin.ide.MainWithExec.run(MainWithExec.java:210)
	at org.netbeans.xtest.plugin.ide.Main$3.run(Main.java:290)
	at java.lang.Thread.run(Thread.java:619)
Comment 1 Jiri Skrivanek 2006-08-23 09:54:33 UTC
It is a known issue. I am going to merge the fix into release55.

*** This issue has been marked as a duplicate of 78471 ***
Comment 2 Marian Mirilovic 2006-08-23 10:14:32 UTC
verified