Sébastien Lucas
2bd02496fe
Use rawurlencode so that the spaces are remplaced by %20 and not +. Will hopefully help with IIS URL Rewriting
2016-02-13 06:28:56 +01:00
Sébastien Lucas
188b15b1b8
Remove the ugly path for java. It's not needed anymore.
2016-02-13 06:25:57 +01:00
Sébastien Lucas
0a0007a096
Fix the détection of bad publication date. fix #245
...
The previous one was based on the fact that the PHP version used was 64bits and so the unix timestamp could go way back.
With a 32bits PHP that's not the case. Check the notes in http://php.net/manual/en/function.strtotime.php for more information.
2016-02-13 06:25:20 +01:00
Sébastien Lucas
a580bde740
Ajout d'une optimisation. On verra
2016-01-19 15:30:19 +01:00
Sébastien Lucas
5a233c1bdc
Use a more recent Android version for sauce
2016-01-19 14:22:29 +01:00
Sébastien Lucas
0605724ccf
Starting with PHP 5.5, php has an embedded opcache, It may speed up the sauce test
2016-01-19 09:23:37 +01:00
Sébastien Lucas
d3c97504e9
paratest is still not working. It should be my fault but I really don't why :(
2016-01-18 21:32:30 +01:00
Sébastien Lucas
6a9a1ac62d
As everything seems to be working fine, let's retry paratest
2016-01-18 21:12:53 +01:00
Sébastien Lucas
900d110d15
Try to replace the sleep by WaitUntil ...
2016-01-18 20:49:54 +01:00
Sébastien Lucas
70bf01617c
As it seems to work, try to update the testing to recent version
2016-01-18 18:37:18 +01:00
Sébastien Lucas
d09b2fc86a
Retry to use saucelabs addon from Travis
2016-01-18 18:04:59 +01:00
George Litos
806eaf5c9d
Test normalized utf8 string according to unicode.org output
2015-10-29 22:10:55 +02:00
Sébastien Lucas
c5c9ffc3b0
Add other unit tests and fix a bug which caused COPS to be in english on a french IE11
2015-02-06 20:55:02 +01:00
Pablo Aguiar
d384d6a6c6
Rename Brazilian Portuguese localization file to correct name (re #37 )
...
This changeset stands on the shoulders of bc91c92
:)
Thanks @seblucas!
2015-02-06 13:30:00 -02:00
Sébastien Lucas
2358c6142c
Fix the tests for php 5.3
2015-02-06 06:55:27 +01:00
Sébastien Lucas
bc91c92ced
Prepare COPS to handle language and country code. Still some stuff to fix but shouldn't be much.
2015-02-05 21:44:00 +01:00
Sébastien Lucas
49fed9ef11
Fix the huge hack to start tests on Windows 8.
2014-12-29 06:20:01 +01:00
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