Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
Signed-off-by: Kyrill Zotkin <[email protected]>
  • Loading branch information
kyrillzotkin committed Mar 26, 2018
1 parent 2c6eecf commit f1155e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public void update() throws OperationCanceledException, InterruptedException, Co

service.getWorkspace().getContribution(service.computeProjectName(p.getName())).checkout(v1);
EPackage p3 = updateEPackage(p, "0.3");
EPackage e2 = service.replace(p, p3, false, getProgressMonitor());
EPackage e2 = service.replace(p, p3, true, getProgressMonitor());
assertEquals("http://" + e2.getName() + "/0.3", e2.getNsURI());
cleanup();
}
Expand Down

0 comments on commit f1155e0

Please sign in to comment.