X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fautoname_test.php;h=702e05befc33ff210cfe3297f07cf0036a408cf5;hb=5d9b4741a90e3312a6ec90d41d6e11f171bc7615;hp=c83e4a47112408c45c3b780c108a3a5c84c652e9;hpb=f30146b521bf079e2651484e0e63f9596d6a3dd6;p=friendica.git diff --git a/tests/autoname_test.php b/tests/autoname_test.php index c83e4a4711..702e05befc 100644 --- a/tests/autoname_test.php +++ b/tests/autoname_test.php @@ -67,7 +67,10 @@ class AutonameTest extends PHPUnit_Framework_TestCase { $autoname2=autoname(1); $this->assertEquals(1, count($autoname2)); - - $this->assertFalse($autoname1==$autoname2); + + // The following test is problematic, with only 26 possibilities + // generating the same thing twice happens often aka + // birthday paradox +// $this->assertFalse($autoname1==$autoname2); } } \ No newline at end of file