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

Add tests to cover Java properties loading (issue #281)

parent 83d5e4dd
......@@ -201,6 +201,11 @@ class BasicIphoneViewTest(BasicViewTest):
return self.create_iphone()
class BasicJavaViewTest(BasicViewTest):
def create_subproject(self):
return self.create_java()
class BasicLinkViewTest(BasicViewTest):
def create_subproject(self):
return self.create_link()
......@@ -475,6 +480,11 @@ class EditIphoneTest(EditTest):
return self.create_iphone()
class EditJavaTest(EditTest):
def create_subproject(self):
return self.create_java()
class EditLinkTest(EditTest):
def create_subproject(self):
return self.create_link()
......
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