Bug 1079651 - Enable strict manifests in xpcshell, r=chmanchester

This commit is contained in:
Andrew Halberstadt 2014-10-08 17:15:13 -04:00
parent 5a57c11c89
commit ceca89b500

View File

@ -790,7 +790,7 @@ class XPCShellTests(object):
if isinstance(self.manifest, manifestparser.TestManifest):
mp = self.manifest
else:
mp = manifestparser.TestManifest(strict=False)
mp = manifestparser.TestManifest(strict=True)
if self.manifest is None:
for testdir in self.testdirs:
if testdir: