summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-08-25 16:06:04 -0400
committerCraig Andrews <candrews@integralblue.com>2009-08-25 16:06:04 -0400
commit8cd474e985fcce754f435b8b8fa84c33a9d623e7 (patch)
tree6fd8e8c61346446ec701826d4430b1276cc92947 /tests
parentff836eb38adbff2ca01e076ac66e6fc3d5833506 (diff)
Correct the hash tag test
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>'),
);
}
}