Add `list --sort time` test reproducing Gianluca's bug.
authorW. Trevor King <wking@drexel.edu>
Thu, 28 Oct 2010 17:27:43 +0000 (13:27 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 28 Oct 2010 17:27:43 +0000 (13:27 -0400)
libbe/command/list.py

index c353e09056683be149dd3c39e0c6e22f8bb1c339..48606f6a75c3da81ab386ecc36917e2c467e6275 100644 (file)
@@ -91,6 +91,7 @@ class List (libbe.command.Command):
     abc/a:om: Bug A
     >>> ret = ui.run(cmd, {'status':'closed'})
     abc/b:cm: Bug B
+    >>> ret = ui.run(cmd, {'status':'all', 'sort':'time'})
     >>> bd.storage.writeable
     True
     >>> ui.cleanup()