Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Schnekenburger2016-08-11 11:53:13 +0000
committerRemi Schnekenburger2016-08-12 07:27:12 +0000
commit7337b501aa99411a88691915adceb927c9c50ed2 (patch)
tree52c2ec4454ead48e3264f501d8a6ee7366f39a59 /tests/junit/extraplugins
parent4c294665ed3a5ccdd2062b25f0be6c8a82b20302 (diff)
downloadorg.eclipse.papyrus-7337b501aa99411a88691915adceb927c9c50ed2.tar.gz
org.eclipse.papyrus-7337b501aa99411a88691915adceb927c9c50ed2.tar.xz
org.eclipse.papyrus-7337b501aa99411a88691915adceb927c9c50ed2.zip
Bug 485342: [Layout] Integrate ELK with Papyrus
This contribution works on the release 0.1 from ELK. It provides JUnit tests on ELK integration (mainly based on an export of the diagram using SVG export facility from Papyrus, and compare with a reference diagram). - add a syserr of the current file to understand better errors in junit report Signed-off-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
Diffstat (limited to 'tests/junit/extraplugins')
-rw-r--r--tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/resource/simple-seqdiag/expected/Basic-expected.SVG (renamed from tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/resource/simple-seqdiag/expected/Basic.-expected.SVG)0
3 files changed, 4 insertions, 0 deletions
diff --git a/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/.settings/org.eclipse.core.resources.prefs b/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 00000000000..99f26c0203a
--- /dev/null
+++ b/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/.settings/org.eclipse.core.runtime.prefs b/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 00000000000..5a0ad22d2a7
--- /dev/null
+++ b/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/resource/simple-seqdiag/expected/Basic.-expected.SVG b/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/resource/simple-seqdiag/expected/Basic-expected.SVG
index 9f1b2600595..9f1b2600595 100644
--- a/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/resource/simple-seqdiag/expected/Basic.-expected.SVG
+++ b/tests/junit/extraplugins/elk/org.eclipse.papyrus.infra.gmfdiag.elk.tests/resource/simple-seqdiag/expected/Basic-expected.SVG

Back to the top