From aa19fb9052492ade271add5b35a90eea7171dc01 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 6 May 2015 14:44:20 +0000 Subject: Remove mention of MorphologyFactory in the unit tests Change-Id: I27f5319721aa3e996c186f92a3c2296d6df4bedb --- morphlib/cachekeycomputer_tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/morphlib/cachekeycomputer_tests.py b/morphlib/cachekeycomputer_tests.py index d0a4657f..aa217dfc 100644 --- a/morphlib/cachekeycomputer_tests.py +++ b/morphlib/cachekeycomputer_tests.py @@ -88,8 +88,6 @@ class CacheKeyComputerTests(unittest.TestCase): 'tree', morph) for source in sources: self.source_pool.add(source) - # FIXME: This should use MorphologyFactory - m = source.morphology self.build_env = DummyBuildEnvironment({ "LOGNAME": "foouser", "MORPH_ARCH": "dummy", -- cgit v1.2.1