memcached: enforce sorted order for test results.

db4
John Benediktsson 2011-09-02 10:50:16 -07:00
parent da6f65a3d3
commit a3e8c99765
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
! See http://factorcode.org/license.txt for BSD license
USING: arrays assocs calendar math math.functions memcached
memcached.private kernel present sequences system threads
tools.test ;
memcached.private kernel present sequences sorting system
threads tools.test ;
IN: memcached.tests
@ -95,7 +95,7 @@ PRIVATE>
[ "5" x m/set ] with-memcached
[ "valuex" y m/set ] with-memcached
[ { "5" "valuex" } ] [
[ x y z 3array m/getseq values ] with-memcached
[ x y z 3array m/getseq values natural-sort ] with-memcached
] unit-test