Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-03-25 09:55:12 +0000
committerCamille Letavernier2015-03-25 09:55:12 +0000
commit7f2d62b5093b9916e04219ddccb58f09195fc42f (patch)
tree866bb6e5cdf604a75a75940b69b4e1345fe7c6c2
parent62260daffced60864635a621af3902f8406b5ddf (diff)
downloadorg.eclipse.papyrus-7f2d62b5093b9916e04219ddccb58f09195fc42f.tar.gz
org.eclipse.papyrus-7f2d62b5093b9916e04219ddccb58f09195fc42f.tar.xz
org.eclipse.papyrus-7f2d62b5093b9916e04219ddccb58f09195fc42f.zip
[Releng] Fix tests
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.infra.elementtypesconfigurations.tests/src/org/eclipse/papyrus/infra/elementtypesconfigurations/tests/ElementEditHelperAdviceTests.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.infra.elementtypesconfigurations.tests/src/org/eclipse/papyrus/infra/elementtypesconfigurations/tests/ElementEditHelperAdviceTests.java b/tests/junit/plugins/core/org.eclipse.papyrus.infra.elementtypesconfigurations.tests/src/org/eclipse/papyrus/infra/elementtypesconfigurations/tests/ElementEditHelperAdviceTests.java
index c884d1e526b..b5ef43aa3b4 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.infra.elementtypesconfigurations.tests/src/org/eclipse/papyrus/infra/elementtypesconfigurations/tests/ElementEditHelperAdviceTests.java
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.infra.elementtypesconfigurations.tests/src/org/eclipse/papyrus/infra/elementtypesconfigurations/tests/ElementEditHelperAdviceTests.java
@@ -1,6 +1,6 @@
/*****************************************************************************
* Copyright (c) 2010 CEA LIST.
- *
+ *
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -15,8 +15,6 @@ import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
-import jdk.nashorn.internal.ir.annotations.Ignore;
-
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.IStatus;
@@ -34,6 +32,7 @@ import org.eclipse.papyrus.infra.services.edit.service.IElementEditService;
import org.eclipse.uml2.uml.Component;
import org.eclipse.uml2.uml.Package;
import org.junit.Assert;
+import org.junit.Ignore;
import org.junit.Test;
/**

Back to the top