Skip to content
Snippets Groups Projects
Commit cb686a76 authored by tpylak's avatar tpylak
Browse files

fix integration tests: cannot create a new metabol database

SVN: 14448
parent a98a2d7a
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,9 @@ mail.smtp.host = file://${root}
yeastx-databaseEngineCode = postgresql
yeastx-basicDatabaseName = metabol
yeastx-databaseKind = dev
yeastx-readOnlyGroup = metabol_readonly
yeastx-readWriteGroup = metabol_readwrite
yeastx-scriptFolder = sql
# ------------------------
......@@ -72,6 +75,9 @@ eicml-chromatograms-reporter.properties-file =
eicml-chromatograms-reporter.database.databaseEngineCode = ${yeastx-databaseEngineCode}
eicml-chromatograms-reporter.database.basicDatabaseName = ${yeastx-basicDatabaseName}
eicml-chromatograms-reporter.database.databaseKind = ${yeastx-databaseKind}
eicml-chromatograms-reporter.database.readOnlyGroup = ${yeastx-readOnlyGroup}
eicml-chromatograms-reporter.database.readWriteGroup = ${yeastx-readWriteGroup}
eicml-chromatograms-reporter.database.scriptFolder = ${yeastx-scriptFolder}
# Label of the plugin which will be shown for the users.
eicml-runs-reporter.label = Show eicML runs
......@@ -153,9 +159,6 @@ main-thread.storage-processor.processor.unique-experiment-name-property-code = $
main-thread.storage-processor.processor.database.databaseEngineCode = ${yeastx-databaseEngineCode}
main-thread.storage-processor.processor.database.basicDatabaseName = ${yeastx-basicDatabaseName}
main-thread.storage-processor.processor.database.databaseKind = ${yeastx-databaseKind}
main-thread.storage-processor.processor.database.readOnlyGroup = metabol_readonly
main-thread.storage-processor.processor.database.readWriteGroup = metabol_readwrite
main-thread.storage-processor.processor.database.scriptFolder = sql
main-thread.storage-processor.processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
# ---------------------------------------------------------------------------
......
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