From e9875ad4ccaa017e91e0528ec2753f1098218e79 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Feb 2008 15:29:18 -0500 Subject: seeing if this resultis 0 is dumb, just see if it executes We do need to be smarter about this though --- test/unittest/test_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py index 44d59c5..302c101 100644 --- a/test/unittest/test_client.py +++ b/test/unittest/test_client.py @@ -250,7 +250,6 @@ class TestService(BaseTest): running_data = self.client.service.get_running()[self.th] result = self.client.service.status(running_data[0][0]) self.assert_on_fault(result) - assert result[self.th] == 0 #FIXME: whats a good way to test starting/stoping services without # doing bad things? -akl -- cgit