This is related to issue CONTINUUM-2175 [1]. I have detect this problem in trunk. I am working to correct it and soon I will update test.
I see you can launch TestNG test. I could not replicate the problem and I did not want to upload a new patch until the problem was solved. [1] http://jira.codehaus.org/browse/CONTINUUM-2175 ----------------------- Jose -----Original Message----- From: Wendy Smoak [mailto:[email protected]] Sent: vie 17/04/2009 23:34 To: [email protected] Subject: Selenium test failure: AddMavenTwoProjectTest - testNotAllowedProtocol This isn't running in CI yet, but it's repeatable here... anyone else? $ cd continuum-webapp-test $ mvn clean install ... Results : Failed tests: testNotAllowedProtocol(org.apache.continuum.web.test.AddMavenTwoProjectTest) Tests run: 54, Failures: 1, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. $cat target/surefire-reports/*.txt ... Test set: org.apache.continuum.web.test.AddMavenTwoProjectTest ------------------------------------------------------------------------------- Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 29.711 sec <<< FAILURE! testNotAllowedProtocol(org.apache.continuum.web.test.AddMavenTwoProjectTest) Time elapsed: 9.602 sec <<< FAILURE! junit.framework.AssertionFailedError: 'POM Url' isn't present. at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at org.apache.continuum.web.test.AbstractSeleniumTestCase.assertTextPresent(AbstractSeleniumTestCase.java:169) at org.apache.continuum.web.test.AbstractContinuumTestCase.assertAddMavenTwoProjectPage(AbstractContinuumTestCase.java:1350) at org.apache.continuum.web.test.AbstractContinuumTestCase.addMavenTwoProject(AbstractContinuumTestCase.java:1388) at org.apache.continuum.web.test.AddMavenTwoProjectTest.submitAddMavenTwoProjectPage(AddMavenTwoProjectTest.java:56) at org.apache.continuum.web.test.AddMavenTwoProjectTest.testNotAllowedProtocol(AddMavenTwoProjectTest.java:162) ... -- Wendy ______________________ Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion clasificada por su emisor como confidencial en el marco de su Sistema de Gestion de Seguridad de la Informacion siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo notifique al remitente y proceda a su borrado. Gracias por su colaboracion. ______________________ This message including any attachments may contain confidential information, according to our Information Security Management System, and intended solely for a specific individual to whom they are addressed. Any unauthorised copy, disclosure or distribution of this message is strictly forbidden. If you have received this transmission in error, please notify the sender immediately and delete it. ______________________
