Commit fa3c1b9d authored by Michal Čihař's avatar Michal Čihař

Add missing project to subproject in testsuite

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9d01fe07
......@@ -770,7 +770,7 @@ class SubProjectTest(RepoTestCase):
)
def test_lang_code_template(self):
subproject = SubProject()
subproject = SubProject(project=Project())
subproject.filemask = 'Solution/Project/Resources.*.resx'
subproject.template = 'Solution/Project/Resources.resx'
self.assertEqual(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment