[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6535) seam.core test failures

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu Jun 24 18:07:46 EDT 2010


seam.core test failures
-----------------------

                 Key: JBIDE-6535
                 URL: https://jira.jboss.org/browse/JBIDE-6535
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
          Components: Seam
    Affects Versions: 3.2.0.M1
            Reporter: Nick Boldt
            Assignee: Alexey Kazakov


From: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.M1/89/consoleText

Tests run: 22, FAILUREs: 3, Errors: 0, Skipped: 0, Time elapsed: 60.632 sec <<< FAILURE!
testSeamProjectObjects(org.jboss.tools.seam.core.test.ScannerTest)  Time elapsed: 0.291 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Property persistenceUnitName is not found
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.jboss.tools.seam.core.test.ScannerTest.scanSimpleProperties(ScannerTest.java:486)
	at org.jboss.tools.seam.core.test.ScannerTest.testSeamProjectObjects(ScannerTest.java:458)
--
testBigProject(org.jboss.tools.seam.core.test.SeamBigProjectTest)  Time elapsed: 6.748 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Found only 0 components. Must be more than 500.
	at junit.framework.Assert.fail(Assert.java:47)
	at org.jboss.tools.seam.core.test.SeamBigProjectTest.testBigProject(SeamBigProjectTest.java:87)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
--
testCyclicDependingProjects(org.jboss.tools.seam.core.test.CyclicDependingProjectsTest)  Time elapsed: 4.86 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:214)
	at junit.framework.Assert.assertNotNull(Assert.java:207)
	at org.jboss.tools.seam.core.test.CyclicDependingProjectsTest.testCyclicDependingProjects(CyclicDependingProjectsTest.java:53)
--
Tests run: 41, FAILUREs: 9, Errors: 0, Skipped: 0, Time elapsed: 72.241 sec <<< FAILURE!
testMultipleDataBinderValidator(org.jboss.tools.seam.core.test.SeamValidatorsTest)  Time elapsed: 1.138 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Problem marker 'Multiple data binder' was not found
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertFalse(Assert.java:34)
	at org.jboss.tools.seam.core.test.SeamValidatorsTest.testMultipleDataBinderValidator(SeamValidatorsTest.java:561)
--
testDuplicateVariableName_Validator(org.jboss.tools.seam.core.test.SeamValidatorsTest)  Time elapsed: 1.393 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Not all problem markers 'Duplicate variable name' was found expected:<2> but was:<0>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:283)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:195)
	at org.jboss.tools.seam.core.test.SeamValidatorsTest.testDuplicateVariableName_Validator(SeamValidatorsTest.java:627)
--
testPropertyHasOnlyGetterValidator(org.jboss.tools.seam.core.test.SeamValidatorsTest)  Time elapsed: 1.76 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertTrue(Assert.java:27)
	at org.jboss.tools.seam.core.test.SeamValidatorsTest.assertMarkerIsNotCreatedForFile(SeamValidatorsTest.java:307)
	at org.jboss.tools.seam.core.test.SeamValidatorsTest.assertMarkerIsNotCreatedForFile(SeamValidatorsTest.java:294)
	at org.jboss.tools.seam.core.test.SeamValidatorsTest.testPropertyHasOnlyGetterValidator(SeamValidatorsTest.java:720)
--
testDuplicateComponents(org.jboss.tools.seam.core.test.SeamValidatorsTest)  Time elapsed: 0.285 sec  <<< FAILURE!
junit.framework.AssertionFailedError: There should be the only one error marker in DuplicateComponent.java. expected:<1> but was:<0>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:283)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:195)
	at org.jboss.tools.seam.core.test.SeamValidatorsTest.testDuplicateComponents(SeamValidatorsTest.java:777)
--
testRevalidationUnresolvedELs(org.jboss.tools.seam.core.test.SeamValidatorsTest)  Time elapsed: 1.37 sec  <<< FAILURE!
junit.framework.AssertionFailedError: There should be an unresolved EL in testElRevalidation.xhtml. expected:<1> but was:<0>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:283)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:195)
	at org.jboss.tools.seam.core.test.SeamValidatorsTest.testRevalidationUnresolvedELs(SeamValidatorsTest.java:800)
--
testProjectNameValidation(org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest)  Time elapsed: 3.616 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Marker  matches the '.*invalidParentProjectName.*' pattern wasn't found
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:160)
	at org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest.testProjectNameValidation(SeamProjectPropertyValidatorTest.java:70)
--
testFolderNameValidation(org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest)  Time elapsed: 3.665 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Marker  matches the '.*invalidWebFolderPath.*' pattern wasn't found
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:160)
	at org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest.testFolderNameValidation(SeamProjectPropertyValidatorTest.java:77)
--
testPackageNameValidation(org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest)  Time elapsed: 3.574 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Marker  matches the '.*invalid model package name.*' pattern wasn't found
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:160)
	at org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest.testPackageNameValidation(SeamProjectPropertyValidatorTest.java:84)
--
testRuntimeNameValidation(org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest)  Time elapsed: 3.57 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Marker  matches the '.*invalidRuntimeName.*' pattern wasn't found
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:160)
	at org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest.testRuntimeNameValidation(SeamProjectPropertyValidatorTest.java:90)
--


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

        


More information about the jbosstools-issues mailing list