nextcloud/tests
Vincent Petry 173059f6d0 Fixed file list sorting
Now using a natural sort algorithm that is more consistent between JS
and PHP (although not perfect in some corner cases)

- added OC.Util.naturalSortComparator that uses the same algo that was
  used for the user list
- changed user list and files list to use OC.Util.naturalSortComparator
- removed toLowerCase() and changed the comparator to use
  String.localeCompare()
- added unit tests
- added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
2014-08-11 13:28:53 +02:00
..
data add unit test 2014-06-04 16:29:41 +02:00
lib Fixed file list sorting 2014-08-11 13:28:53 +02:00
apps.php load test cases from enabled apps 2012-10-08 14:26:51 +02:00
bootstrap.php Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup 2014-03-28 11:33:57 +01:00
enable_all.php fix trash bin expire operation and add unit tests 2014-06-17 22:36:30 +02:00
karma.config.js Test runner now loads CSS and hides testArea 2014-06-24 16:32:18 +02:00
phpunit-autotest.xml adding StartSessionListener which initializes the session before each test case execution 2014-03-13 16:19:17 +01:00
phpunit.xml.dist adding StartSessionListener which initializes the session before each test case execution 2014-03-13 16:19:17 +01:00
preseed-config.php Update preseed-config.php 2014-06-13 00:07:43 +02:00
startsessionlistener.php Make PHPUnit_Framework_TestListener implementations compatible to 4.0. 2014-04-24 15:16:57 +02:00
testcleanuplistener.php Reenable proxies if a test failed to restore it 2014-07-15 23:05:01 +02:00