From: David Zeuthen Date: Fri, 26 Aug 2011 17:09:41 +0000 (-0400) Subject: Revert "testsuite: Fix SMART test for SSDs" X-Git-Tag: upstream/2.1.2~487 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91ab68f1bf69e439e5460f3bb713c9cf67c3cb47;p=platform%2Fupstream%2Fudisks2.git Revert "testsuite: Fix SMART test for SSDs" This reverts commit 495356d0457ce99807a90d0de0f17e305d7e46ce. --- diff --git a/tests/run b/tests/run index 67787fe..06936b5 100755 --- a/tests/run +++ b/tests/run @@ -1177,7 +1177,7 @@ class Smart(UDisksTestCase): tool_info = subprocess.Popen([self.tool_path, '--show-info', self.device], stdout=subprocess.PIPE) out = tool_info.communicate()[0] - self.assert_('power-on-hours' in out) + self.assert_('start-stop-count' in out) self.assert_('Pre-fail' in out)