summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-23 08:59:27 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-23 08:59:27 +0200
commitdb108e37793c7f8fc8ba11f00d0561d1f0bd32c0 (patch)
tree5caecb01889fc02c2c8f13345e55ae6cb0cebd67 /tests
parentc71281fd44d900032e4a3be19e663993d9b9a0ea (diff)
Fix another text wrapping issue (wrong handling of long unwrappable lines)
Diffstat (limited to 'tests')
-rw-r--r--tests/Framework/Mime.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Framework/Mime.php b/tests/Framework/Mime.php
index d9f4163ec..4db1856be 100644
--- a/tests/Framework/Mime.php
+++ b/tests/Framework/Mime.php
@@ -193,6 +193,10 @@ class Framework_Mime extends PHPUnit_Framework_TestCase
array("-------\nabc def", 5),
"-------\nabc\ndef",
),
+ array(
+ array("http://xx.xxx.xx.xxx:8080/addressbooks/roundcubexxxxx%40xxxxxxxxxxxxxxxxxxxxxxx.xx.xx/testing/", 70),
+ "http://xx.xxx.xx.xxx:8080/addressbooks/roundcubexxxxx%40xxxxxxxxxxxxxxxxxxxxxxx.xx.xx/testing/",
+ ),
);
foreach ($samples as $sample) {