May help with the failed tests (not reproduced locally). re #49, #48

This commit is contained in:
Sébastien Lucas 2014-05-03 18:08:02 +02:00
부모 78d42b48e2
커밋 d6254ab7c3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -670,6 +670,7 @@ class PageTest extends PHPUnit_Framework_TestCase
$qid = NULL;
$n = "1";
$config ['cops_normalized_search'] = "1";
Base::clearDb ();
if (!useNormAndUp ()) {
$this->markTestIncomplete();
}
@ -684,6 +685,7 @@ class PageTest extends PHPUnit_Framework_TestCase
$this->assertFalse ($currentPage->ContainsBook ());
$config ['cops_normalized_search'] = "0";
Base::clearDb ();
}
public function testAuthorSearch_ByName ()