From 512311d2957989ee347e48b57186f9f3a8d6c7e2 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 16 Jul 2009 06:11:01 +0000 Subject: [PATCH] MINOR Fixed broken test in TextTest git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@82036 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- tests/fieldtypes/TextTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fieldtypes/TextTest.php b/tests/fieldtypes/TextTest.php index 51e40ac32..aece5bb65 100644 --- a/tests/fieldtypes/TextTest.php +++ b/tests/fieldtypes/TextTest.php @@ -67,7 +67,7 @@ class TextTest extends SapphireTest { } function testContextSummary() { - $testString1 = '

This is "some text". It is a test

'; + $testString1 = '

This is some text. It is a test

'; $testKeywords1 = 'test'; $testString2 = '

This is some test text. Test test what if you have multiple keywords.

'; $testKeywords2 = 'some test';