| author | Petya Sabeva | 2012-10-09 09:35:34 (EDT) |
|---|---|---|
| committer | Petya Sabeva | 2012-10-09 09:35:34 (EDT) |
| commit | 61ef3b999bdec7bbd5c7f554761b9960b85ed2ff (patch) (side-by-side diff) | |
| tree | d93ee1aa495362300822627af7919ac855776280 | |
| parent | 475a42a6abd9ed7532369481d48219f82f70e2b9 (diff) | |
| download | webtools.dali-61ef3b999bdec7bbd5c7f554761b9960b85ed2ff.zip webtools.dali-61ef3b999bdec7bbd5c7f554761b9960b85ed2ff.tar.gz webtools.dali-61ef3b999bdec7bbd5c7f554761b9960b85ed2ff.tar.bz2 | |
Enable test for collapse/expand the entity's compartment by context
menu.
Change-Id: I4d890a2fc299fa6d1ca734c187fe7aeeb1dbdb7d
| -rw-r--r-- | jpa_diagram_editor/tests/org.eclipse.jpt.jpadiagrameditor.swtbot.tests/src/org/eclipse/jpt/jpadiagrameditor/swtbot/tests/ui/editor/JPADiagramEditorSWTBotTest.java | 1 |
1 files changed, 0 insertions, 1 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 30e149a..d071966 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 @@ -745,7 +745,6 @@ public class JPADiagramEditorSWTBotTest extends SWTBotGefTestCase { /**
* Collapse/expand compartment by its context menu
*/
- @Ignore
@Test
public void testCollapseExpandCompartmentByContextMenu(){
Utils.sayTestStarted("testCollapseExpandCompartmentByContextMenu");
|

