buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_ats4.py
changeset 588 c7c26511138f
parent 587 85df38eb4012
child 628 7c4a911dc066
--- a/buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_ats4.py	Tue Apr 27 08:33:08 2010 +0300
+++ b/buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_ats4.py	Wed Jun 16 16:51:40 2010 +0300
@@ -695,7 +695,7 @@
 
     def test_harness(self):
         """ Detect test harness."""
-        mmp_parser = parser.MmpFileParser()
+        mmp_parser = parser.MmpFileParser(None)
         group = TSRC.joinpath("group")
         for harness, mmp in [
             ("STIF", group / "stif.mmp"),