summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-07-23 12:52:13 +0200
committerVincent Petry <pvince81@owncloud.com>2014-08-11 13:28:53 +0200
commitf2001a48a4e91bc6427a2a63ba9022ceaf1d305d (patch)
treedf745410cd8b080c163762e912c750717a0e0f3e /tests
parent173059f6d00faa06dab9188efb2d7536f15861e4 (diff)
downloadnextcloud-server-f2001a48a4e91bc6427a2a63ba9022ceaf1d305d.tar.gz
nextcloud-server-f2001a48a4e91bc6427a2a63ba9022ceaf1d305d.zip
Fixed sort algo for additional cases
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/naturalsort.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/naturalsort.php b/tests/lib/naturalsort.php
index a880acaeec4..09a0e6a5f9d 100644
--- a/tests/lib/naturalsort.php
+++ b/tests/lib/naturalsort.php
@@ -74,9 +74,13 @@ class Test_NaturalSort extends PHPUnit_Framework_TestCase {
'ghi 1.txt',
'ghi 12.txt',
'zz',
+ '15.txt',
+ '15b.txt',
),
// sorted
array(
+ '15.txt',
+ '15b.txt',
'123.txt',
'124.txt',
'abc',