summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-05-06 14:44:20 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-05-12 12:26:18 +0000
commitaa19fb9052492ade271add5b35a90eea7171dc01 (patch)
treee560553de06ce5713639b3a91a65c473027c8a4e
parent9cc12c9cd75ad98d18cbd9c277cd31bf5ed55adf (diff)
downloadmorph-aa19fb9052492ade271add5b35a90eea7171dc01.tar.gz
Remove mention of MorphologyFactory in the unit tests
Change-Id: I27f5319721aa3e996c186f92a3c2296d6df4bedb
-rw-r--r--morphlib/cachekeycomputer_tests.py2
1 files changed, 0 insertions, 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",