From: Richard Kettlewell Date: Mon, 24 Mar 2008 00:01:32 +0000 (+0000) Subject: Add a missing rescan to tests/play.py X-Git-Tag: 3.0~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/56613a972fea15b2d8637d00d45581e87a990c7c?ds=inline;hp=42f43a11627e9950c0fd2b70ebec7140e5be7f5a Add a missing rescan to tests/play.py --- diff --git a/tests/play.py b/tests/play.py index 43deaff..0013d7e 100755 --- a/tests/play.py +++ b/tests/play.py @@ -24,6 +24,7 @@ def test(): """Play some tracks""" dtest.start_daemon() dtest.create_user() + dtest.rescan() # ensure all files are scanned c = disorder.client() c.random_disable() assert c.random_enabled() == False