diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-08-25 21:50:38 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-08-25 21:50:38 +0000 |
commit | ada615d3ca76a79cc0e575d8d3ce43b9dfefaa7c (patch) | |
tree | 6d612cbbdbe470e05cb6e2d2e0ff1153758860d4 /tests | |
parent | fc89c345ed9fa7a72ce72e3b467a575580050b4f (diff) | |
parent | 31329c33aee7f3d4b5c1dd80f32fcd45e7877850 (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.php | 2 |
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>'), ); } } |