Parcourir la source

[2823] removed a bogus return at the top of a test case

it was a leftover from an intermediate attempt; the test should pass
without it.
JINMEI Tatuya il y a 12 ans
Parent
commit
72604e2508
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/bin/stats/tests/stats_test.py

+ 0 - 1
src/bin/stats/tests/stats_test.py

@@ -1407,7 +1407,6 @@ class TestOSEnv(unittest.TestCase):
         test for the environ variable "B10_FROM_SOURCE"
         "B10_FROM_SOURCE" is set in Makefile
         """
-        return
         # test case having B10_FROM_SOURCE
         self.assertTrue("B10_FROM_SOURCE" in os.environ)
         self.assertEqual(stats.SPECFILE_LOCATION, \