Text scaffolds to a TextareaField, not a TextField

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64952 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2008-10-30 22:02:20 +00:00
parent 672ca89c0b
commit 185f81492e

View File

@ -76,7 +76,7 @@ class SearchContextTest extends SapphireTest {
$fields = $context->getFields();
$this->assertEquals(
new FieldSet(
new TextField("Name", 'Name'),
new TextareaField("Name", 'Name'),
new TextareaField("Industry", 'Industry'),
new NumericField("AnnualProfit", 'The Almighty Annual Profit')
),
@ -245,4 +245,4 @@ class SearchContextTest_AllFilterTypes extends DataObject implements TestOnly {
}
?>
?>