Testing
This commit is contained in:
parent
0a653f2eda
commit
ffcfc2f6e3
|
@ -124,6 +124,11 @@ public class ProfiledConcessioniTests extends AbstractProfiledDocumentsTests{
|
|||
assertEquals(doc2.getRelationships().get(0).getTargetUCD(),doc1.getProfileID());
|
||||
assertEquals(doc2.getRelationships().get(0).getRelationshipName(),reverse);
|
||||
|
||||
StepExecutionRequest stepReq = new StepExecutionRequest();
|
||||
stepReq.setStepID("SUBMIT-FOR-REVIEW");
|
||||
|
||||
step(doc1.getId(),stepReq);
|
||||
|
||||
|
||||
// clean
|
||||
doc2 = deleteRelation(doc2, doc1.getId(), doc1.getProfileID(),reverse);
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,10 @@ public class ExportConcessioniAsProjects {
|
|||
|
||||
public static void main(String[] args) throws InterruptedException, RemoteException {
|
||||
// read from imported folder
|
||||
File dir= new File("/Users/fabioisti/git/gcube-cms-suite/import1666713419018");
|
||||
// File dir= new File("/Users/fabioisti/git/gcube-cms-suite/import1666713419018");
|
||||
|
||||
File dir= new File("test-data/test-packages/related_concessioni");
|
||||
|
||||
// File dir = new File("/Users/fabioisti/Documents/Work/GNA DATA/Bug_23378");
|
||||
String targetContext="/gcube/devsec/devVRE";
|
||||
|
||||
|
|
Loading…
Reference in New Issue