| author | Petya Sabeva | 2012-10-08 05:03:45 (EDT) |
|---|---|---|
| committer | Petya Sabeva | 2012-10-08 05:03:45 (EDT) |
| commit | 8b96f0a32f223fc995722a6349d4667948ddb6b0 (patch) (side-by-side diff) | |
| tree | 56e534952d88ba53e14bf956bf24eb5d0615082d | |
| parent | 05cf10f9f3cf6d55d7f58d315b5b8c6c78287ae1 (diff) | |
| download | webtools.dali-8b96f0a32f223fc995722a6349d4667948ddb6b0.zip webtools.dali-8b96f0a32f223fc995722a6349d4667948ddb6b0.tar.gz webtools.dali-8b96f0a32f223fc995722a6349d4667948ddb6b0.tar.bz2 | |
Enable tests.
Change-Id: I106458c206983cb8b06b9d87671f2e48831c27b6
| -rw-r--r-- | jpa_diagram_editor/tests/org.eclipse.jpt.jpadiagrameditor.swtbot.tests/src/org/eclipse/jpt/jpadiagrameditor/swtbot/tests/ui/editor/JPADiagramEditorSWTBotTest.java | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/jpa_diagram_editor/tests/org.eclipse.jpt.jpadiagrameditor.swtbot.tests/src/org/eclipse/jpt/jpadiagrameditor/swtbot/tests/ui/editor/JPADiagramEditorSWTBotTest.java b/jpa_diagram_editor/tests/org.eclipse.jpt.jpadiagrameditor.swtbot.tests/src/org/eclipse/jpt/jpadiagrameditor/swtbot/tests/ui/editor/JPADiagramEditorSWTBotTest.java index cbdd961..209b709 100644 --- a/jpa_diagram_editor/tests/org.eclipse.jpt.jpadiagrameditor.swtbot.tests/src/org/eclipse/jpt/jpadiagrameditor/swtbot/tests/ui/editor/JPADiagramEditorSWTBotTest.java +++ b/jpa_diagram_editor/tests/org.eclipse.jpt.jpadiagrameditor.swtbot.tests/src/org/eclipse/jpt/jpadiagrameditor/swtbot/tests/ui/editor/JPADiagramEditorSWTBotTest.java @@ -263,7 +263,6 @@ public class JPADiagramEditorSWTBotTest extends SWTBotGefTestCase { /**
* Adds a new entity and rename it
*/
- @Ignore
@Test
public void testDirectEditingEntity(){
Utils.sayTestStarted("testDirectEditingEntity");
@@ -293,7 +292,6 @@ public class JPADiagramEditorSWTBotTest extends SWTBotGefTestCase { /**
* Test that the source of the entity is opened, when is double clicked on it
*/
- @Ignore
@Test
public void testDoubleClickOnEntity(){
Utils.sayTestStarted("testDoubleClickOnEntity");
@@ -374,7 +372,6 @@ public class JPADiagramEditorSWTBotTest extends SWTBotGefTestCase { /**
* Rename the entity using its context menu "Refactor Entity Class -> Rename..."
*/
- @Ignore
@Test
public void testRenameEntityViaMenu(){
Utils.sayTestStarted("testRenameEntityViaMenu");
@@ -413,7 +410,6 @@ public class JPADiagramEditorSWTBotTest extends SWTBotGefTestCase { /**
* Move the entity class using the entity's context menu "Refactor Entity Class -> Move..."
*/
- @Ignore
@Test
public void testMoveEntityViaMenu() throws JavaModelException{
Utils.sayTestStarted("testMoveEntityViaMenu");
@@ -723,7 +719,6 @@ public class JPADiagramEditorSWTBotTest extends SWTBotGefTestCase { /**
* Collapse/expand "Primary Key" section by double click on it
*/
- @Ignore
@Test
public void testCollapseExpandCompartmentByDoubleClick(){
Utils.sayTestStarted("testCollapseExpandCompartmentByDoubleClick");
@@ -759,7 +754,6 @@ public class JPADiagramEditorSWTBotTest extends SWTBotGefTestCase { /**
* Collapse/expand compartment by its context menu
*/
- @Ignore
@Test
public void testCollapseExpandCompartmentByContextMenu(){
Utils.sayTestStarted("testCollapseExpandCompartmentByContextMenu");
@@ -803,6 +797,7 @@ public class JPADiagramEditorSWTBotTest extends SWTBotGefTestCase { * 6.) Revert the mapping type to be "Entity" and call the "Show All Entities" context menu
* to visualize the entity in the diagram editor.
*/
+ @Ignore
@Test
public void testChangeEntityMappingTypeViaJPADetailsView(){
Utils.sayTestStarted("testChangeEntityMappingTypeViaJPADetailsView");
|

