From 763b142db70ce77952cb46cfccf84d9800f15651 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 11 Mar 2013 19:49:20 +0100 Subject: websocket login via session, websocket pushes server status, webui renders server status --- tests/other/test_filedatabase.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/other/test_filedatabase.py') diff --git a/tests/other/test_filedatabase.py b/tests/other/test_filedatabase.py index 3a63b75d5..9a5b236a8 100644 --- a/tests/other/test_filedatabase.py +++ b/tests/other/test_filedatabase.py @@ -158,9 +158,8 @@ class TestDatabase(BenchmarkTest): def test_count(self): self.db.purgeAll() - assert self.db.filecount() == 0 - assert self.db.downloadcount() == 0 - assert self.db.queuecount() == 0 + assert self.db.downloadstats() == (0,0) + assert self.db.queuestats() == (0,0) assert self.db.processcount() == 0 def test_update(self): -- cgit v1.2.3