Browse 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 12 years ago
parent
commit
72604e2508
1 changed files with 0 additions and 1 deletions
  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"
         test for the environ variable "B10_FROM_SOURCE"
         "B10_FROM_SOURCE" is set in Makefile
         "B10_FROM_SOURCE" is set in Makefile
         """
         """
-        return
         # test case having B10_FROM_SOURCE
         # test case having B10_FROM_SOURCE
         self.assertTrue("B10_FROM_SOURCE" in os.environ)
         self.assertTrue("B10_FROM_SOURCE" in os.environ)
         self.assertEqual(stats.SPECFILE_LOCATION, \
         self.assertEqual(stats.SPECFILE_LOCATION, \