Index: library/mongodb/tests/nx-mongo.test =================================================================== diff -u -N -r64cdee65763cc97c7ae64f6b522c1dee4707ed6e -rab21c8502870e715c567c657146283699e31b01b --- library/mongodb/tests/nx-mongo.test (.../nx-mongo.test) (revision 64cdee65763cc97c7ae64f6b522c1dee4707ed6e) +++ library/mongodb/tests/nx-mongo.test (.../nx-mongo.test) (revision ab21c8502870e715c567c657146283699e31b01b) @@ -96,7 +96,7 @@ ? {lsort [lmap p $persons {$p cget -name}]} "Gustaf Stefan" puts "\nProject members of nsf or gtat:" -? {llength [set persons [Person find all -cond {projects in {nsf gtat}}]]} 3 +? {llength [set persons [Person find all -cond {projects in {nsf gtat}} -orderby name]]} 3 ? {lsort [lmap p $persons {$p cget -name}]} "Franz Gustaf Stefan" puts "\nProject members working on both nsf and nxmongo:"