Skip to content
Snippets Groups Projects
Commit 20575a1a authored by jakubs's avatar jakubs
Browse files

SSDM-3510 change name of python version in dropboxes to not hide global service property

SVN: 36238
parent 32e7720c
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ public class JythonTopLevelDataSetHandlerV2<T extends DataSetInformation> extend ...@@ -49,7 +49,7 @@ public class JythonTopLevelDataSetHandlerV2<T extends DataSetInformation> extend
protected final IJythonInterpreterFactory jythonInterpreterFactory; protected final IJythonInterpreterFactory jythonInterpreterFactory;
// version of jython. Available options are "2.7" and "2.5". Default is jython 2.7 // version of jython. Available options are "2.7" and "2.5". Default is jython 2.7
public static final String JYTHON_VERSION = "jython-version"; public static final String JYTHON_VERSION = "plugin-jython-version";
/** /**
* Constructor. * Constructor.
......
...@@ -80,8 +80,8 @@ public class JythonDropboxRecoveryTest extends AbstractJythonDataSetHandlerTest ...@@ -80,8 +80,8 @@ public class JythonDropboxRecoveryTest extends AbstractJythonDataSetHandlerTest
LinkedList<RecoveryTestCase> testCasesWithJython27 = recoveryTestCases(); LinkedList<RecoveryTestCase> testCasesWithJython27 = recoveryTestCases();
for (RecoveryTestCase recoveryTestCase : testCasesWithJython27) for (RecoveryTestCase recoveryTestCase : testCasesWithJython27)
{ {
recoveryTestCase.overrideProperties.put("jython-version", "2.7"); recoveryTestCase.overrideProperties.put("plugin-jython-version", "2.5");
recoveryTestCase.title += " @ jython 2.7"; recoveryTestCase.title += " @ jython 2.5";
} }
testCases.addAll(testCasesWithJython27); testCases.addAll(testCasesWithJython27);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment