demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

lib/SGL/UrlStrategySefTest.ndb.php fails :) #1711

Closed demianturner closed 11 years ago

demianturner commented 11 years ago

few asserts failed in MakeSearchEngineFriendlySimplifiedWithParams test

Common issue is wrong UrlSegmets, for such test it must be something like this: {{{ $aUrlSegments = array ( 0 => 'index.php', 1 => 'contactus', 2 => 'contactus', 3 => 'foo', 4 => 'bar', ); }}}

demianturner commented 11 years ago

[demian](In [4314]) fixed UrlStrategySefTest, fixes #1711