diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-25 16:06:04 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-25 16:06:04 -0400 |
commit | 8cd474e985fcce754f435b8b8fa84c33a9d623e7 (patch) | |
tree | 6fd8e8c61346446ec701826d4430b1276cc92947 /tests | |
parent | ff836eb38adbff2ca01e076ac66e6fc3d5833506 (diff) |
Correct the hash tag test
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>'), ); } } |