[richfaces-planning-issues] [JBoss JIRA] Created: (RFPL-318) rf-demo ftest: regressions in FileUploadTestCase

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Tue Jan 5 02:22:30 EST 2010


rf-demo ftest: regressions in FileUploadTestCase
------------------------------------------------

                 Key: RFPL-318
                 URL: https://jira.jboss.org/jira/browse/RFPL-318
             Project: RichFaces Planning
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: QA
    Affects Versions: 3.3.3.BETA1
            Reporter: Lukas Fryc
            Assignee: Pavol Pitonak
             Fix For: 3.3.3.CR1


There are two regressions, which can be probably solved by waiting for proper conditions:

FileUploadTestCase.testClearUploadedDataButton:

http://hudson.qa.jboss.com/hudson/view/RichFaces/job/richfaces-3.3-demoapp-ftest-firefox-linux/403/testReport/org.jboss.richfaces.integrationTest.fileUpload/FileUploadTestCase/testClearUploadedDataButton/

Error Message

java.lang.AssertionError: Element "jquery=fieldset:eq(0) td.top:eq(1) table:eq(0) > tbody > tr" not found.
Stacktrace

      java.lang.RuntimeException: java.lang.AssertionError: Element "jquery=fieldset:eq(0) td.top:eq(1) table:eq(0) > tbody > tr" not found.
	at org.jboss.test.selenium.waiting.Wait$Waiting.fail(Wait.java:463)
	at org.jboss.test.selenium.waiting.Wait$Waiting.until(Wait.java:393)
	at org.jboss.test.selenium.AbstractSeleniumTestCase.waitForElement(AbstractSeleniumTestCase.java:510)
	at org.jboss.test.selenium.AbstractSeleniumTestCase.waitForElement(AbstractSeleniumTestCase.java:498)
	at org.jboss.richfaces.integrationTest.fileUpload.FileUploadTestCase.testClearUploadedDataButton(FileUploadTestCase.java:373)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
	at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.AssertionError: Element "jquery=fieldset:eq(0) td.top:eq(1) table:eq(0) > tbody > tr" not found.
	at org.jboss.test.selenium.waiting.Wait$Waiting.failWith(Wait.java:361)
	at org.jboss.test.selenium.waiting.Wait.failWith(Wait.java:174)
	... 32 more
... Removed 24 stack frames


FileUploadTestCase.testClearAllButton

http://hudson.qa.jboss.com/hudson/view/RichFaces/job/richfaces-3.3-demoapp-ftest-firefox-linux/404/testReport/org.jboss.richfaces.integrationTest.fileUpload/FileUploadTestCase/testClearAllButton/

Error Message

java.lang.AssertionError: Element "jquery=fieldset:eq(0) td.top:eq(1) table:eq(0) > tbody > tr" not found.
Stacktrace

      java.lang.RuntimeException: java.lang.AssertionError: Element "jquery=fieldset:eq(0) td.top:eq(1) table:eq(0) > tbody > tr" not found.
	at org.jboss.test.selenium.waiting.Wait$Waiting.fail(Wait.java:463)
	at org.jboss.test.selenium.waiting.Wait$Waiting.until(Wait.java:393)
	at org.jboss.test.selenium.AbstractSeleniumTestCase.waitForElement(AbstractSeleniumTestCase.java:510)
	at org.jboss.test.selenium.AbstractSeleniumTestCase.waitForElement(AbstractSeleniumTestCase.java:498)
	at org.jboss.richfaces.integrationTest.fileUpload.FileUploadTestCase.testClearAllButton(FileUploadTestCase.java:343)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
	at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.AssertionError: Element "jquery=fieldset:eq(0) td.top:eq(1) table:eq(0) > tbody > tr" not found.
	at org.jboss.test.selenium.waiting.Wait$Waiting.failWith(Wait.java:361)
	at org.jboss.test.selenium.waiting.Wait.failWith(Wait.java:174)
	... 32 more
... Removed 24 stack frames


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-planning-issues mailing list