diff options
author | Nicolas FAUVERGUE | 2015-06-24 14:43:21 +0000 |
---|---|---|
committer | Camille Letavernier | 2015-06-29 08:01:43 +0000 |
commit | 03df64d78dce344f951fa79eb44e23a3f54004b0 (patch) | |
tree | 01ac1570a413c25433e89e146ec1b267eb72bee6 /tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.classpath | |
parent | dc05ba08549e97800bc10ca547cacb235c1d58de (diff) | |
download | org.eclipse.papyrus-03df64d78dce344f951fa79eb44e23a3f54004b0.tar.gz org.eclipse.papyrus-03df64d78dce344f951fa79eb44e23a3f54004b0.tar.xz org.eclipse.papyrus-03df64d78dce344f951fa79eb44e23a3f54004b0.zip |
Bug 470865: [Stereotype Display] JUnit tests will be implemented for
Stereotype Display Table
https://bugs.eclipse.org/bugs/show_bug.cgi?id=470865
Add the stereotype display table tests
Change-Id: I4ad524f056f24a698eeec718917d76a6d4b65134
Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
Reviewed-on: https://git.eclipse.org/r/50812
Tested-by: Hudson CI
Reviewed-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.classpath')
-rw-r--r-- | tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.classpath b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.classpath new file mode 100644 index 00000000000..e8ea977a694 --- /dev/null +++ b/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> + <classpathentry kind="output" path="bin"/> +</classpath> |