[blivet:master 06/10] Don't comment out function headers but leave their bodies uncommented

mulhern amulhern at redhat.com
Tue Mar 25 15:49:05 UTC 2014


Instead, delete the functions entirely.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 tests/devicelibs_test/lvm_test.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/tests/devicelibs_test/lvm_test.py b/tests/devicelibs_test/lvm_test.py
index f4f6e3e..3684513 100755
--- a/tests/devicelibs_test/lvm_test.py
+++ b/tests/devicelibs_test/lvm_test.py
@@ -22,15 +22,6 @@ class LVMTestCase(unittest.TestCase):
  True),
                          Size(spec="12 MiB"))
 
-    #def testVGUsedSpace(self):
-        # TODO
-        pass
-
-    #def testVGFreeSpace(self):
-        # TODO
-        pass
-
-
 class LVMAsRootTestCase(baseclass.DevicelibsTestCase):
 
     @unittest.skipUnless(os.geteuid() == 0, "requires root privileges")
-- 
1.8.3.1



More information about the anaconda-patches mailing list