From 34abd7fead48649d11916b9eba4bbe31eff83917 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 4 Nov 2006 15:26:39 +0100 Subject: fix xhtml_links test case darcs-hash:20061104142639-9b6ab-af9413b6e751b13bb358fc3a8b307d9cd493e1fa.gz --- _test/cases/inc/parser/xhtml_links.test.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '_test') diff --git a/_test/cases/inc/parser/xhtml_links.test.php b/_test/cases/inc/parser/xhtml_links.test.php index 6582d33d8..42ffb020e 100644 --- a/_test/cases/inc/parser/xhtml_links.test.php +++ b/_test/cases/inc/parser/xhtml_links.test.php @@ -1,4 +1,5 @@ emaillink('foo@example.com',''); @@ -18,6 +20,7 @@ class xhtml_links_test extends UnitTestCase { function test_emaillink_with_media(){ global $conf; $conf['mailguard'] = 'visible'; + $conf['userewrite'] = 2; $image = array( 'type'=>'internalmedia', @@ -33,7 +36,7 @@ class xhtml_links_test extends UnitTestCase { $p = new Doku_Renderer_xhtml(); $p->emaillink('foo@example.com',$image); - $expect = 'Some Image'; + $expect = 'Some Image'; $this->assertEqual($p->doc,$expect); } -- cgit v1.2.3