Browse Source

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

master
Sébastien Lucas 10 years ago
parent
commit
d6254ab7c3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/pageTest.php

+ 2
- 0
test/pageTest.php View File

@@ -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 ()


Loading…
Cancel
Save