BUGFIX Fixed SearchContextTest to comply to new scaffolded searchfield in Text DBFIeld

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65094 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-11-02 21:24:56 +00:00
parent 65d5cf088f
commit 8fb4ea1eaa

View File

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