next fix of pageTest (due to ratings)

Este commit está contenido en:
Micha 2014-02-27 22:17:21 +01:00
padre 2c40201e58
commit 1047244270
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -33,7 +33,7 @@ class PageTest extends PHPUnit_Framework_TestCase
$this->assertEquals ("Tags", $currentPage->entryArray [3]->title);
$this->assertEquals ("Alphabetical index of the 10 tags", $currentPage->entryArray [3]->content);
$this->assertEquals ("Rating", $currentPage->entryArray [4]->title);
$this->assertEquals ("4 different ratings", $currentPage->entryArray [4]->content);
$this->assertEquals ("no ratings", $currentPage->entryArray [4]->content);
$this->assertEquals ("Languages", $currentPage->entryArray [5]->title);
$this->assertEquals ("Alphabetical index of the single language", $currentPage->entryArray [5]->content);
$this->assertEquals ("All books", $currentPage->entryArray [6]->title);