From b4c09e29548a2de0bb967a9d7f6c0601cb3e429f Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Wed, 21 Aug 2019 14:24:23 +0300 Subject: Tests: reverted rerun for Java tests in 5e429a7f133c. Each testcase should also recompile to be recompiled. So backed out for now. --- test/unit/applications/lang/java.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/unit/applications') diff --git a/test/unit/applications/lang/java.py b/test/unit/applications/lang/java.py index ec492d06..ec1c95d9 100644 --- a/test/unit/applications/lang/java.py +++ b/test/unit/applications/lang/java.py @@ -5,8 +5,6 @@ from unit.applications.proto import TestApplicationProto class TestApplicationJava(TestApplicationProto): - application_type = "java" - def load(self, script, name='app'): app_path = self.testdir + '/java' @@ -66,7 +64,7 @@ class TestApplicationJava(TestApplicationProto): "applications": { script: { "unit_jars": self.pardir + '/build', - "type": self.application_type, + "type": 'java', "processes": {"spare": 0}, "working_directory": script_path, "webapp": app_path, -- cgit