From 486b401cf7607c5eec72f241ba8e9689cbbb2df8 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 12 Jun 2008 03:12:39 +0000 Subject: [PATCH] Fix broken tests. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1795 48356398-32a2-884e-a903-53898d9a118a --- tests/HTMLPurifier/HTMLModule/SafeObjectTest.php | 4 ++-- tests/HTMLPurifier/Injector/SafeObjectTest.php | 2 +- tests/HTMLPurifierTest.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/HTMLPurifier/HTMLModule/SafeObjectTest.php b/tests/HTMLPurifier/HTMLModule/SafeObjectTest.php index d2db2460..67f91d6e 100644 --- a/tests/HTMLPurifier/HTMLModule/SafeObjectTest.php +++ b/tests/HTMLPurifier/HTMLModule/SafeObjectTest.php @@ -21,14 +21,14 @@ class HTMLPurifier_HTMLModule_SafeObjectTest extends HTMLPurifier_HTMLModuleHarn // embed is purposely removed $this->assertResult( '', - '' + '' ); } function testMalicious() { $this->assertResult( '', - '' + '' ); } diff --git a/tests/HTMLPurifier/Injector/SafeObjectTest.php b/tests/HTMLPurifier/Injector/SafeObjectTest.php index 7a6cbb0d..276ef92b 100644 --- a/tests/HTMLPurifier/Injector/SafeObjectTest.php +++ b/tests/HTMLPurifier/Injector/SafeObjectTest.php @@ -64,7 +64,7 @@ class HTMLPurifier_Injector_SafeObjectTest extends HTMLPurifier_InjectorHarness function testKeepValidData() { $this->assertResult( '', - '' + '' ); } diff --git a/tests/HTMLPurifierTest.php b/tests/HTMLPurifierTest.php index 3dd97e6d..63cccae8 100644 --- a/tests/HTMLPurifierTest.php +++ b/tests/HTMLPurifierTest.php @@ -199,7 +199,7 @@ alert(""); $this->config->set('HTML', 'SafeEmbed', true); $this->assertPurification( '', - '' + '' ); } @@ -210,7 +210,7 @@ alert(""); $this->config->set('URI', 'SecureMungeSecretKey', 'foo'); $this->assertPurification( '', - '' + '' ); } -- 2.11.4.GIT