Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-11-02 18:46:49 +0000
committerrelves2006-11-02 18:46:49 +0000
commitff09fe5c1d93edaa625c7d6ed53dcc2c030f2ad0 (patch)
tree62d24c65aaf716a51f127fe569077d0de7ebb6ae /org.eclipse.mylyn.bugzilla.tests/testdata
parente004a4c0ed9aba8394f8215ebfc16dea20f83d28 (diff)
downloadorg.eclipse.mylyn.tasks-ff09fe5c1d93edaa625c7d6ed53dcc2c030f2ad0.tar.gz
org.eclipse.mylyn.tasks-ff09fe5c1d93edaa625c7d6ed53dcc2c030f2ad0.tar.xz
org.eclipse.mylyn.tasks-ff09fe5c1d93edaa625c7d6ed53dcc2c030f2ad0.zip
NEW - bug 162797: Mylar garbles bugzilla product names in form display
https://bugs.eclipse.org/bugs/show_bug.cgi?id=162797
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/testdata')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/testdata/configuration/rdfconfig218.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/testdata/configuration/rdfconfig218.txt b/org.eclipse.mylyn.bugzilla.tests/testdata/configuration/rdfconfig218.txt
index f6b897fb6..bf41e9a70 100644
--- a/org.eclipse.mylyn.bugzilla.tests/testdata/configuration/rdfconfig218.txt
+++ b/org.eclipse.mylyn.bugzilla.tests/testdata/configuration/rdfconfig218.txt
@@ -157,6 +157,25 @@
</bz:product>
</li>
+ <li>
+ <bz:product rdf:about="http://mylar.eclipse.org/bugs218/product.cgi?name=Test-Long-Named-Product-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA">
+ <bz:name>Test-Long-Named-Product-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</bz:name>
+
+ <bz:components>
+ <Seq>
+ <li resource="http://mylar.eclipse.org/bugs218/component.cgi?name=TestComponent"/>
+ </Seq>
+ </bz:components>
+
+ <bz:versions>
+ <Seq>
+ <li resource="http://mylar.eclipse.org/bugs218/version.cgi?name=other"/>
+ </Seq>
+ </bz:versions>
+
+
+ </bz:product>
+ </li>
</Seq>
</bz:products>

Back to the top