diff -r 10ecc65d945c -r ed4a459c9290 unittests/tests/utils.js
--- a/unittests/tests/utils.js Mon Nov 21 15:45:47 2011 +0100
+++ b/unittests/tests/utils.js Mon Nov 21 16:20:16 2011 +0100
@@ -39,8 +39,8 @@
});
test("test function to format a tweet", function() {
- var input = "@handle #hashtag ";
- var output = "@handle #hashtag ";
+ var input = "@handle @bundle #hashtag http://t.co/11111";
+ var output = "@handle @bundle #hashtag http://t.co/11111";
equal(IriSP.formatTweet(input), output, "the correct output is given");
});
}
\ No newline at end of file