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
This commit is contained in:
Sean Harvey 2009-07-16 06:11:01 +00:00 committed by Sam Minnee
parent 5ffd79cb79
commit 512311d295

View File

@ -67,7 +67,7 @@ class TextTest extends SapphireTest {
}
function testContextSummary() {
$testString1 = '<p>This is &quot;some text&quot;. It is a test</p>';
$testString1 = '<p>This is some text. It is a test</p>';
$testKeywords1 = 'test';
$testString2 = '<p>This is some test text. Test test what if you have multiple keywords.</p>';
$testKeywords2 = 'some test';