Fix comment. re #96

This commit is contained in:
Sébastien Lucas 2013-10-22 14:39:25 +02:00
parent a4d9e28cdb
commit cb00c0b3a3

View file

@ -502,7 +502,7 @@ class PageTest extends PHPUnit_Framework_TestCase
$this->assertEquals ("Through the Looking Glass (And What Alice Found There)", $currentPage->entryArray [1]->title);
$this->assertTrue ($currentPage->ContainsBook ());
// Only books returned
// Match Lewis Caroll & Scarlet
$query = "car";
$currentPage = Page::getPage ($page, $qid, $query, $n);
$currentPage->InitializeContent ();