Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/security/235] Update search native tests | Marc Alexander | 2019-04-26 | 1 | -4/+4 |
| | | | | SECURITY-235 | ||||
* | [ticket/15055] Only drop dependent PK indexes and fix more tests for mssql | Marc Alexander | 2018-01-01 | 1 | -0/+5 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/13685] Fix tests for fulltext search | brunoais | 2015-06-07 | 3 | -3/+6 |
| | | | | PHPBB3-13685 | ||||
* | [ticket/12933] Add test cases for * wildcard searches | Dhruv | 2015-01-28 | 2 | -0/+60 |
| | | | | PHPBB3-12933 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 4 | -12/+28 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11288] Add unit test cases for foo-bar like queries | Dhruv | 2014-03-09 | 1 | -0/+49 |
| | | | | | | | foo-bar and foo -bar are interpreted differently by native search backend now. PHPBB3-11288 | ||||
* | [ticket/10945] Fix Unit Tests as per new changes to split_keywords | Dhruv | 2014-03-08 | 1 | -6/+6 |
| | | | | PHPBB3-10945 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 3 | -3/+3 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11288] add search tests cases | Dhruv | 2013-05-04 | 1 | -0/+98 |
| | | | | PHPBB3-11288 | ||||
* | [ticket/11255] Change search tests to use mock cache. | Oleg Pudeyev | 2012-12-07 | 3 | -3/+3 |
| | | | | PHPBB3-11255 | ||||
* | [ticket/11174] Global $cache is a cache service instance. | Oleg Pudeyev | 2012-11-27 | 3 | -3/+3 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Delete more copy pasting. | Oleg Pudeyev | 2012-11-27 | 3 | -190/+110 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Drop needless teardown functions. | Oleg Pudeyev | 2012-11-27 | 3 | -15/+0 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] These tests do not need posts fixtures. | Oleg Pudeyev | 2012-11-27 | 2 | -2/+2 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Eliminate search wrapper copy pasting. | Oleg Pudeyev | 2012-11-27 | 2 | -24/+7 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Extract phpbb_search_test_case. | Oleg Pudeyev | 2012-11-27 | 1 | -18/+3 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Delete copy pasting. | Oleg Pudeyev | 2012-11-27 | 2 | -28/+0 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Move assertion definition to base class. | Oleg Pudeyev | 2012-11-27 | 1 | -16/+0 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] add unit tests for postgres search backend | Dhruv | 2012-11-27 | 1 | -0/+155 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] negation queries do not return false | Dhruv | 2012-11-27 | 1 | -3/+3 |
| | | | | | | | negation queries are split into words too and returns false in mysql search backend PHPBB3-11174 | ||||
* | [ticket/11174] set config values | Dhruv | 2012-11-27 | 1 | -7/+18 |
| | | | | | | set config values and use min length as 4 for wordss in test cases PHPBB3-11174 | ||||
* | [ticket/11174] add test case for native test | Dhruv | 2012-11-27 | 1 | -0/+8 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] rename native wrapper class | Dhruv | 2012-11-27 | 1 | -2/+2 |
| | | | | | | | native wrapper class is limited to the native search backend hence renamed. the one used with mysql can be used with pgsql too. PHPBB3-11174 | ||||
* | [ticket/11174] add mysql unit tests | Dhruv | 2012-11-27 | 1 | -0/+155 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Check common words, fix array equality assertion. | Oleg Pudeyev | 2012-11-08 | 1 | -11/+43 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Test for common words. | Oleg Pudeyev | 2012-11-08 | 2 | -0/+26 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] More tests. | Oleg Pudeyev | 2012-11-08 | 1 | -0/+24 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Clarify why that is the way it is. | Oleg Pudeyev | 2012-11-08 | 1 | -0/+1 |
| | | | | PHPBB3-11174 | ||||
* | [ticket/11174] Started on search tests - keyword splitting. | Oleg Pudeyev | 2012-11-08 | 2 | -0/+146 |
PHPBB3-11174 |