Skip to content
Snippets Groups Projects
Commit 1eedd12e authored by ribeaudc's avatar ribeaudc
Browse files

fix: - Unit tests.

SVN: 8122
parent 7a7a401d
No related merge requests found
......@@ -552,9 +552,9 @@ public class DatasetDownloadServletTest
properties.setProperty(ConfigParameters.PORT_KEY, "8080");
properties.setProperty(ConfigParameters.SERVER_URL_KEY, "http://localhost");
properties.setProperty(ConfigParameters.SESSION_TIMEOUT_KEY, "2");
properties.setProperty(ConfigParameters.KEYSTORE_PATH_KEY, "");
properties.setProperty(ConfigParameters.KEYSTORE_PASSWORD_KEY, "");
properties.setProperty(ConfigParameters.KEYSTORE_KEY_PASSWORD_KEY, "");
properties.setProperty(ConfigParameters.KEYSTORE_PATH_KEY, "/");
properties.setProperty(ConfigParameters.KEYSTORE_PASSWORD_KEY, "x");
properties.setProperty(ConfigParameters.KEYSTORE_KEY_PASSWORD_KEY, "y");
ConfigParameters configParameters = new ConfigParameters(properties);
return new DatasetDownloadServlet(new ApplicationContext(dataSetService, configParameters,
APPLICATION_NAME));
......
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