Skip to content
Snippets Groups Projects
Commit aac8cb07 authored by juanf's avatar juanf
Browse files

SP-978 / BIS-559 : Use default project for experiment batch registration/update

SVN: 30037
parent 4c123b67
No related branches found
No related tags found
No related merge requests found
...@@ -244,8 +244,9 @@ public final class CommonServerTest extends AbstractServerTestCase ...@@ -244,8 +244,9 @@ public final class CommonServerTest extends AbstractServerTestCase
createServer().getTemplateColumns(SESSION_TOKEN, EntityKind.EXPERIMENT, type, createServer().getTemplateColumns(SESSION_TOKEN, EntityKind.EXPERIMENT, type,
false, false, false, BatchOperationKind.REGISTRATION); false, false, false, BatchOperationKind.REGISTRATION);
assertEquals("identifier\tNON-MANAGED-PROP\tMANAGED-PROP-NO-SUBCOLUMNS\t" assertEquals(
+ "MANAGED-PROP-SUBCOLUMNS:A\tMANAGED-PROP-SUBCOLUMNS:B", template); "# Three short formats are accepted for identifiers, 'EXPERIMENT_CODE', '/EXPERIMENT_CODE', '/PROJECT_CODE/EXPERIMENT_CODE' when the full identifier is not given '/SPACE_CODE/PROJECT_CODE/EXPERIMENT_CODE' the default space and project are applied, if they are not configured an error will be thrown.\nidentifier\tNON-MANAGED-PROP\tMANAGED-PROP-NO-SUBCOLUMNS\t"
+ "MANAGED-PROP-SUBCOLUMNS:A\tMANAGED-PROP-SUBCOLUMNS:B", template);
context.assertIsSatisfied(); context.assertIsSatisfied();
} }
......
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