]> git.openstreetmap.org Git - nominatim.git/commitdiff
PHP unit test failed after change in c0b4411
authorMarc Tobias Metten <mtmail@gmx.net>
Tue, 18 Oct 2016 20:54:01 +0000 (22:54 +0200)
committerMarc Tobias Metten <mtmail@gmx.net>
Tue, 18 Oct 2016 20:54:01 +0000 (22:54 +0200)
tests-php/Nominatim/NominatimTest.php

index a90bbf2ebe70775822e0b42273c73bde46468b4d..7822c5dce4cf1a05dce74784d9389c939903c911 100644 (file)
@@ -186,7 +186,7 @@ class NominatimTest extends \PHPUnit_Framework_TestCase
 
 
         $this->assertEquals(
-            65536,
+            41226,
             count(getWordSets(array_fill(0, 18, 'a'), 0))
         );
     }