diff options
author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-20 23:18:09 -0800 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-20 23:18:09 -0800 |
commit | 98c2ef77e6018c0a6233e32ace435fba488175f5 (patch) | |
tree | e66c44cc11415a5d860af5cc07e78e6376959230 /nova/test.py | |
parent | 106eb47eff0551c73b2e90385b9c3a910fec8633 (diff) | |
download | nova-98c2ef77e6018c0a6233e32ace435fba488175f5.tar.gz nova-98c2ef77e6018c0a6233e32ace435fba488175f5.tar.xz nova-98c2ef77e6018c0a6233e32ace435fba488175f5.zip |
move the fake initialized into fake flags
Diffstat (limited to 'nova/test.py')
-rw-r--r-- | nova/test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/test.py b/nova/test.py index a649b4c5f..a12cf9d32 100644 --- a/nova/test.py +++ b/nova/test.py @@ -60,8 +60,6 @@ class TestCase(unittest.TestCase): def setUp(self): """Run before each test method to initialize test environment""" super(TestCase, self).setUp() - # NOTE(vish): pretend like we've loaded flags from command line - flags.FlagValues.initialized = True # NOTE(vish): We need a better method for creating fixtures for tests # now that we have some required db setup for the system # to work properly. |