Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2019-08-21 08:29:36 +0000
committerNicolas FAUVERGUE2019-08-21 09:43:58 +0000
commita3ee443ee0ce065f93fb166427e2a774ed6c5831 (patch)
tree964cf27da2bdb1ad3848a8a531c7b72afe44a8ac
parentc7bd2120f2607c0598acf8ea53ade4daf4e409ca (diff)
downloadorg.eclipse.papyrus-a3ee443ee0ce065f93fb166427e2a774ed6c5831.tar.gz
org.eclipse.papyrus-a3ee443ee0ce065f93fb166427e2a774ed6c5831.tar.xz
org.eclipse.papyrus-a3ee443ee0ce065f93fb166427e2a774ed6c5831.zip
Bug 549878: [Tests] Create tests for observable values and lists
- Add the model folders to build.properties Change-Id: Ic0cc4392baa1b9d54ccef55210387a5b8c1a24b9 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
-rw-r--r--tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/build.properties3
-rw-r--r--tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/build.properties3
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/build.properties b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/build.properties
index cdd2db7f1f5..020637d1b22 100644
--- a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/build.properties
+++ b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/build.properties
@@ -3,5 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ model/
src.includes = about.html
diff --git a/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/build.properties b/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/build.properties
index cdd2db7f1f5..020637d1b22 100644
--- a/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/build.properties
+++ b/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/build.properties
@@ -3,5 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ model/
src.includes = about.html

Back to the top