Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-04-15 13:57:55 +0000
committerSteffen Pingel2013-04-16 00:06:09 +0000
commita0fad711183c44b82edcb5df816856beaddf5079 (patch)
treeefab01ddbfb5a3e9a7a730ef6c73578b87c5f51e /org.eclipse.mylyn.trac.core.tests/.classpath
parentdab45ebad385f4ee7320c58a7462995eafe6af35 (diff)
downloadorg.eclipse.mylyn.tasks-a0fad711183c44b82edcb5df816856beaddf5079.tar.gz
org.eclipse.mylyn.tasks-a0fad711183c44b82edcb5df816856beaddf5079.tar.xz
org.eclipse.mylyn.tasks-a0fad711183c44b82edcb5df816856beaddf5079.zip
400396: fix additional Trac fixture test failures
* Handle empty value when parsing tickets on 1.0 in web mode. * Ensure correct token is submitted for form based authentication. * Exclude tests that don't apply in specialized fixtures. Change-Id: Idc7ae6934a3a6a590fd867f995a69d537690bb28 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=400396
Diffstat (limited to 'org.eclipse.mylyn.trac.core.tests/.classpath')
-rw-r--r--org.eclipse.mylyn.trac.core.tests/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.trac.core.tests/.classpath b/org.eclipse.mylyn.trac.core.tests/.classpath
new file mode 100644
index 000000000..ad32c83a7
--- /dev/null
+++ b/org.eclipse.mylyn.trac.core.tests/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top