summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-08-25 21:50:38 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-08-25 21:50:38 +0000
commitada615d3ca76a79cc0e575d8d3ce43b9dfefaa7c (patch)
tree6d612cbbdbe470e05cb6e2d2e0ff1153758860d4 /tests
parentfc89c345ed9fa7a72ce72e3b467a575580050b4f (diff)
parent31329c33aee7f3d4b5c1dd80f32fcd45e7877850 (diff)
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Diffstat (limited to 'tests')
-rw-r--r--tests/HashTagDetectionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/HashTagDetectionTest.php b/tests/HashTagDetectionTest.php
index 71137b0b5..55e1f65bf 100644
--- a/tests/HashTagDetectionTest.php
+++ b/tests/HashTagDetectionTest.php
@@ -28,7 +28,7 @@ class HashTagDetectionTest extends PHPUnit_Framework_TestCase
array('hello',
'hello'),
array('#hello',
- '<a href="/tag/hello">hello</a>'),
+ '#<span class="tag"><a href="' . common_local_url('tag', array('tag' => common_canonical_tag('hello'))) . '" rel="tag">hello</a></span>'),
);
}
}