Bug #36766
Some tests failure with Introduction page
| Status: | Rejected | Start date: | 2012-05-02 | |
|---|---|---|---|---|
| Priority: | -- undefined -- | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| PHP Version: | ||||
| Votes: | 0 |
Description
In TYPO3 4.5 and TYPO3 4.6 the introduction pages rewrites database schemes (don't know if this is the proper word for it). So some Tests fail due to different default values in database. Not sure if we have to take care about.
E.g. pages/title becomes NULL not '' as default
frontEndPageHasNoTitleByDefault Failure in test case frontEndPageHasNoTitleByDefault File: C:\Users\Nicole\Version Control\SVN\TYPO3\phpunit\phpunit_master\PEAR\PHPUnit\Framework\Constraint\IsIdentical.php Line: 132 Failed asserting that null is identical to ''.
systemFolderHasNoTitleByDefault Failure in test case systemFolderHasNoTitleByDefault File: C:\Users\Nicole\Version Control\SVN\TYPO3\phpunit\phpunit_master\PEAR\PHPUnit\Framework\Constraint\IsIdentical.php Line: 132 Failed asserting that null is identical to ''.
contentElementHasNoHeaderByDefault Failure in test case contentElementHasNoHeaderByDefault File: C:\Users\Nicole\Version Control\SVN\TYPO3\phpunit\phpunit_master\PEAR\PHPUnit\Framework\Constraint\IsIdentical.php Line: 132 Failed asserting that null is identical to ''.
frontEndUserGroupHasNoTitleByDefault Failure in test case frontEndUserGroupHasNoTitleByDefault File: C:\Users\Nicole\Version Control\SVN\TYPO3\phpunit\phpunit_master\PEAR\PHPUnit\Framework\Constraint\IsIdentical.php Line: 132 Failed asserting that null is identical to ''.
frontEndUserHasNoUserNameByDefault Failure in test case frontEndUserHasNoUserNameByDefault File: C:\Users\Nicole\Version Control\SVN\TYPO3\phpunit\phpunit_master\PEAR\PHPUnit\Framework\Constraint\IsIdentical.php Line: 132 Failed asserting that null is identical to ''.
createBackEndUserCreatesRecordWithoutUserNameByDefault Failure in test case createBackEndUserCreatesRecordWithoutUserNameByDefault File: C:\Users\Nicole\Version Control\SVN\TYPO3\phpunit\phpunit_master\PEAR\PHPUnit\Framework\Constraint\IsIdentical.php Line: 132 Failed asserting that null is identical to ''.
History
Updated by Nicole Cordes about 1 year ago
Of course I meant the introduction package.
Updated by Oliver Klee about 1 year ago
- Status changed from New to Rejected
I'd say this is a bug in the introduction package. Field definitions (and particularly default values) need to be the same both in a vanilla TYPO3 installation and the introduction package.
Would you be willing to report that bug for the introduction package?