[seam-issues] [JBoss JIRA] Created: (SEAMREMOTING-48) Functional test failures after migration to Ajocado
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Fri Sep 23 09:25:26 EDT 2011
Functional test failures after migration to Ajocado
---------------------------------------------------
Key: SEAMREMOTING-48
URL: https://issues.jboss.org/browse/SEAMREMOTING-48
Project: Seam Remoting
Issue Type: Bug
Reporter: Jozef Hartinger
Assignee: Jozef Hartinger
Priority: Minor
Fix For: 3.1.0.CR1
All the test failures are caused by weird behavior of the selenium.getAlert() method, which does not detect the alert after a remoting call. Alerts produced directly seem to be detected as expected.
remoting/helloworld:
{noformat}
Tests in error:
testCasualEnglish(org.jboss.seam.remoting.examples.helloworld.ftest.HelloworldTest): ERROR: There were no alerts
testCasualRussian(org.jboss.seam.remoting.examples.helloworld.ftest.HelloworldTest): ERROR: There were no alerts
testFormalEnglish(org.jboss.seam.remoting.examples.helloworld.ftest.HelloworldTest): ERROR: There were no alerts
testFormalRussian(org.jboss.seam.remoting.examples.helloworld.ftest.HelloworldTest): ERROR: There were no alerts
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0
remoting/validation
Tests in error:
testCorrectValues(org.jboss.seam.remoting.examples.validation.ftest.ValidationTest): ERROR: There were no alerts
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list