Commit Graph

185 Commits

Author SHA1 Message Date
Sébastien Lucas c4885499cd Fix number of books per custom column value (missing for bootstrap template). fix #172 2014-08-27 17:28:40 +02:00
Sébastien Lucas 7ae6041c29 Add a proper test for server side rendering (can check syntax errors). re #171 2014-08-27 10:02:15 +02:00
Sébastien Lucas 6860206075 Forgot to commit the test update from the Kindle hacks. re #165 2014-07-29 22:36:32 +02:00
Sébastien Lucas 44049036ca Add two new tests for OPDS to reach 100% coverage 2014-06-04 22:44:47 +02:00
Sébastien Lucas e38ac8ea65 New tests. 2014-06-04 21:37:32 +02:00
Sébastien Lucas d38486cd09 Remove trailing whitespaces 2014-06-04 21:37:19 +02:00
Sébastien Lucas 26437ab0c6 Again better split on tests 2014-06-04 21:31:27 +02:00
Sébastien Lucas ddbe129848 Split tests into proper functions 2014-06-04 18:01:14 +02:00
Sébastien Lucas dc146c041c Split the test into proper functions 2014-06-04 17:51:21 +02:00
Sébastien Lucas 86999dd3ec Fix number of elements in authors lists. re #79 2014-06-01 22:11:14 +02:00
Sébastien Lucas 90847eb85b Better bootstrap template with as little text as possible. 2014-05-30 15:00:46 +02:00
Sébastien Lucas d9bdd2b136 Series can now be searched with normalized search. re #48, #49 2014-05-12 22:15:51 +02:00
Sébastien Lucas 789fc5468e Tags and publishers can now be searched with normalized search. re #48, #49 2014-05-12 21:36:31 +02:00
Sébastien Lucas d6dd31fa77 Remove warning 2014-05-06 09:56:58 +02:00
Sébastien Lucas deb9870015 Fix sauce tests 2014-05-05 17:49:06 +02:00
Sébastien Lucas d6254ab7c3 May help with the failed tests (not reproduced locally). re #49, #48 2014-05-03 18:08:02 +02:00
Sébastien Lucas 78d42b48e2 Allow normalized search (without diacritics) it should also fix the case problem with non latin languages (cyrillic).
The last part is not tested.

disclaimer : Slow !

re #49, #48
2014-05-03 17:57:06 +02:00
Sébastien Lucas 15e78a852a Author can now be searched by sort or by name (Carroll, Lewis or Lewis Carroll will work). fix #155 2014-04-30 15:10:37 +02:00
Sébastien Lucas d45bbb7ff6 more test functions 2014-04-30 14:26:25 +02:00
Sébastien Lucas a9125cacd5 more test functions 2014-04-30 14:16:42 +02:00
Sébastien Lucas 9eb3675251 Again more test functions 2014-04-30 14:09:27 +02:00
Sébastien Lucas da86b9d840 Add a new test for normalized search (todo) 2014-04-30 13:54:59 +02:00
Sébastien Lucas 68d8282a98 Add a new test with an accentuated character 2014-04-30 13:46:32 +02:00
Sébastien Lucas 88ff8f5409 Again more test functions. 2014-04-29 16:18:18 +02:00
Sébastien Lucas 8d18f19e44 Create more test functions (better to keep one assert for each function) 2014-04-29 15:57:37 +02:00
Sébastien Lucas 28292b83a0 Add a new book in the test database. it will allow test for accentuated character search. 2014-04-29 15:16:25 +02:00
Sébastien Lucas 54ee55b967 Mark the Android test for accentuated search as Incomplete. 2014-04-15 15:18:24 +02:00
Sébastien Lucas 258ee57556 Revert to iPhone 6.1 (don't why it fails)
Add another safety check.
2014-04-13 06:40:40 +02:00
Sébastien Lucas 5e541e02e3 Upgrade to latest version of browsers. 2014-04-12 12:40:46 +02:00
Sébastien Lucas 3dff408ec6 Should help to reduce false positive. 2014-04-12 10:51:26 +02:00
Sébastien Lucas 73e05fc96b Replace keys by setting value 2014-04-11 08:48:57 +02:00
Sébastien Lucas d2ab76b23f Remove Opera (takes too much time) 2014-04-10 21:55:34 +02:00
Sébastien Lucas dc0309caa8 Add a test for the search. Will certainly fail with Internet Explorer. 2014-04-10 21:52:04 +02:00
Sébastien Lucas bab1405a22 And revert ... paratest is still not working 2014-04-10 20:07:39 +02:00
Sébastien Lucas 65ce09c7df Try paratest again 2014-04-10 18:11:20 +02:00
Sébastien Lucas 65b6931b13 Properly use author name or author sort. fix #130 2014-03-27 14:07:50 +01:00
Sébastien Lucas 7f9bcd585b Fix unit tests 2014-03-20 19:55:10 +01:00
Sébastien Lucas bc47068da6 Fix testing when config_local.php exists 2014-03-19 20:12:55 +01:00
Sébastien Lucas 515031d854 Extend the URL rewriting url to the OPDS stream. fix #141 2014-03-19 20:10:21 +01:00
Sébastien Lucas 9f2ee975d7 Fix test if config_local.php exists 2014-03-15 21:34:11 +01:00
Sébastien Lucas c1c467ac87 Update test of ratings. re #137 2014-03-10 14:02:00 +01:00
Sébastien Lucas 6d124c3a8c Trailing whitespaces 2014-03-10 13:43:55 +01:00
Michael 790f9f6888 Merge remote-tracking branch 'remotes/seblucas/master'
Conflicts:
	lang/Localization_nl.json
2014-03-05 15:39:20 +01:00
Sébastien Lucas c200a54466 Reorder the script so that code coverage is run even for PR.
--HG--
extra : rebase_source : f8b07b7ebee8fb39978bd54d3a3ef5c30c4e5051
2014-03-03 14:06:19 +01:00
Micha 1047244270 next fix of pageTest (due to ratings) 2014-02-27 22:17:21 +01:00
Michael 2c40201e58 pageTest fixes (due to new rating tab) 2014-02-27 19:37:28 +01:00
Michael 4c234a84f1 ratings category fixes 2014-02-27 11:44:11 +01:00
Sébastien Lucas 4c4cd05eb1 Update the url, maybe it's the cause of Sauce fail ? 2014-02-24 17:23:57 +01:00
Sébastien Lucas 56e830aec6 Add new test for mail 2014-02-21 20:38:03 +01:00
Sébastien Lucas 9753938a2e Prepare the code to test properly sendtomail.php 2014-02-21 08:15:24 +01:00