Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-04-15 09:26:11 +0000
committerEric Williams2016-04-15 12:52:21 +0000
commitfe13b51b73065440f93a0675accf1bad8614bfd4 (patch)
tree55839f57c740fac4b596738ef65b1f521e9396b0
parentc33dfe6b9fb4864d44d6fec9ac02bc47c6cc3681 (diff)
downloadeclipse.platform.swt-fe13b51b73065440f93a0675accf1bad8614bfd4.tar.gz
eclipse.platform.swt-fe13b51b73065440f93a0675accf1bad8614bfd4.tar.xz
eclipse.platform.swt-fe13b51b73065440f93a0675accf1bad8614bfd4.zip
Bug 491148 - Links Javadoc should use <a></a>and not <A></A>
Reverts the change for the test, which should check if capital tags and mixed tags continue to work Change-Id: I1f0c975ad6d562ffb7dcfcf6e1a0cd6cad41c017 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Link.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Link.java b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Link.java
index 407be47bf5..4c2c9f6265 100644
--- a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Link.java
+++ b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Link.java
@@ -135,11 +135,11 @@ public void test_setTextLjava_lang_String() {
"<a></a>&a",
"&a<a>a</a>&a",
"&a<a>&a</a>&a",
- "Text <a href=\"url.com\">Link</a> text <A color=#212121>Link 2</a> ",
+ "Text <a href=\"url.com\">Link</a> text <A color=#212121>Link 2</A> ",
"Text<a \t xxx=\"yyy \" id=\"ids\" href=\"HREF\" >Link< /a>End",
"Te&&xt &text && <a>L&ink</a> h&i <a>fe&&lipe</a> &l &end&&",
"Text <a id=\"1\">Link</a> something <a href=\"bla bla2\" >Link2</a> somethingelse <a>Link3 large large</a>. some text to test this wrapping thing <A href=\"last\">this is suppose to be a very long link text the spraws over several lines in the text layout</a>.end",
- "The SWT component is designed to provide <a>efficient</a>, <a>portable</a> <a>access to the user-interface facilities of the operating systems</a> on which it is implemented.",
+ "The SWT component is designed to provide <A>efficient</A>, <A>portable</A> <A>access to the user-interface facilities of the operating systems</A> on which it is implemented.",
"some text",
"ldkashdoehufweovcnhslvhregojebckreavbkuhxbiufvcyhbifuyewvbiureyd.,cmnesljliewjfchvbwoifivbeworixuieurvbiuvbohflksjeahfcliureafgyciabelitvyrwtlicuyrtliureybcliuyreuceyvbliureybct",
"\n \n \b \t ",

Back to the top