Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohnDoh <roundcube@tehinterweb.co.uk>2016-11-13 21:15:00 +0300
committerAleksander Machniak <alec@alec.pl>2016-11-13 21:15:00 +0300
commitdd714b33a8c217b67d957742a4f141aab0197488 (patch)
treea767ec74169c9d9e3a49266ff665ce447701f6cf /tests
parent62bcda35dfb842e67574ef233dcfed949c878e38 (diff)
replace old trac links (#5514)
Diffstat (limited to 'tests')
-rw-r--r--tests/Framework/VCard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Framework/VCard.php b/tests/Framework/VCard.php
index 6eea2c1a4..d73f28601 100644
--- a/tests/Framework/VCard.php
+++ b/tests/Framework/VCard.php
@@ -109,7 +109,7 @@ class Framework_VCard extends PHPUnit_Framework_TestCase
$this->assertEquals("Apple Computer AG", $vcards[0]->displayname, "FN => displayname");
$this->assertEquals("John Doë", $vcards[1]->displayname, "Displayname with correct charset");
- // http://trac.roundcube.net/ticket/1485542
+ // https://github.com/roundcube/roundcubemail/issues/1934
$vcards2 = rcube_vcard::import(file_get_contents($this->_srcpath('thebat.vcf')));
$this->assertEquals("Iksiñski", $vcards2[0]->surname, "Detect charset in encoded values");
}